How to prepend to the PATH
environment variable in context.run()?
#897
Unanswered
petermbauer
asked this question in
Q&A
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 have two scripts that need to be called before the actual command so i am using
context.prefix()
but i also have to prepend a path to thePATH
environment variable. Replacing env vars can be done with theenv
argument ofcontext.run()
but this needs to take the PATH` set by the two scripts into account.Beta Was this translation helpful? Give feedback.
All reactions