Is it possible to set the system-level ENV for a command? #592
-
I have no issue dealing with the cargo-make env, but this doesn't seem to set the system ENV. I'd like to be able to set this for a command. |
Beta Was this translation helpful? Give feedback.
Answered by
sagiegurari
Sep 21, 2021
Replies: 1 comment 3 replies
-
what do you mean system level env? |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
wagenet
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
what do you mean system level env?
in cargo make you can update the current process env which impacts the commands you execute.
are you looking for changing the env for the parent process that called cargo-make?