* Manifest Hooks?
@ 2020-07-15 0:57 Steven Stallion
2020-07-24 16:33 ` Ludovic Courtès
0 siblings, 1 reply; 2+ messages in thread
From: Steven Stallion @ 2020-07-15 0:57 UTC (permalink / raw)
To: help-guix
All,
I've been looking into using manifests to help track some project
dependencies and had a question for the list. Is it possible to add a
shell hook similar to nix-shell when the packages specified by a
manifest have been installed? In this specific case, I have a Python
virtualenv I would like to activate when packages have finished
installing without requiring additional scripting.
Thanks in advance!
Steve
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Manifest Hooks?
2020-07-15 0:57 Manifest Hooks? Steven Stallion
@ 2020-07-24 16:33 ` Ludovic Courtès
0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2020-07-24 16:33 UTC (permalink / raw)
To: Steven Stallion; +Cc: help-guix
Hi,
Steven Stallion <sstallion@gmail.com> skribis:
> I've been looking into using manifests to help track some project
> dependencies and had a question for the list. Is it possible to add a
> shell hook similar to nix-shell when the packages specified by a
> manifest have been installed? In this specific case, I have a Python
> virtualenv I would like to activate when packages have finished
> installing without requiring additional scripting.
No, there’s no such thing. I guess you could tweak ~/.bashrc to do that
based on $GUIX_ENVIRONMENT but it’s not very elegant.
Besides, I’d be interested in your thoughts as to whether/how ‘guix
environment’ could be improved to make virtualenv unnecessary.
Thanks,
Ludo’.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-07-24 16:33 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-07-15 0:57 Manifest Hooks? Steven Stallion
2020-07-24 16:33 ` Ludovic Courtès
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.