Change the location of “export ” in job scripts #221
Zhang-pchao
started this conversation in
General
Replies: 1 comment
-
Indeed, you can use the absolute path: source /home_path/anaconda/envs/my_package/bin/activate my_package So, I don't think it's necessary. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In more cases, should the location of "export" be placed in front of "source"?
For example, it applies to the following situations (otherwise my_package cannot be found):
export PATH="/home_path/anaconda/envs/my_package/bin:$PATH"
source activate my_package
Beta Was this translation helpful? Give feedback.
All reactions