Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conda activate resulting in PATH Errors and can't find mamba #1

Closed
Charlie-George opened this issue May 7, 2021 · 1 comment
Closed

Comments

@Charlie-George
Copy link
Contributor

Conda is behaving strangely on CCB server because of conda install at /usr/condabin

  • after sourcing conda correctly, activating a new environment alters the path to no longer pick up correct conda or mamba from base env when in a different environment.

image

@Charlie-George
Copy link
Contributor Author

Fix - add this line to .bashrc before sourcing conda

PATH=$(echo "$PATH" | sed -e 's/\/usr\/condabin://')

It removed /usr/condabin from path

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant