Sourcing paths using $.prefix
only works on the first invocation
#749
Unanswered
ivancuric
asked this question in
Help needed
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm writing a zx script which needs to use a python venv.
I am sourcing the venv using:
No matter if I use it in the root of the document, or in a
within
scope, it keeps failing after the first call to a binary inside the venv path.In the end I decided to use:
The
activate
itself is:I know that this might be a bit sparse with the info, but I'd really like to understand what's going on under the hood here.
Beta Was this translation helpful? Give feedback.
All reactions