sims-lab / ccb-wiki

Wiki documenting the CBRG cluster setup
2 stars 0 forks source link

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

Closed Charlie-George closed 3 years ago

Charlie-George commented 3 years ago

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

image

Charlie-George commented 3 years ago

Fix - add this line to .bashrc before sourcing conda

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

It removed /usr/condabin from path