You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is also one of those default choices. By default, conda-env-mod tries to use the Python from base anaconda. This is to ensure that users can use existing packages like numpy, matplotlib etc. without having to reinstall everything.
You can override the default using the switch --local-python when using conda-env-mod. In this case, the modulefile will add the environment's bin to PATH.
I've heard feedback from other users who also want the default to be --local-python, so we'll implement that with the next round of commits.
Since conda can install binaries (like R) into the environment's bin, that bin directory should be added to PATH in the module.
In the current version, I see:
The text was updated successfully, but these errors were encountered: