...
Code Block | ||
---|---|---|
| ||
[arnoldg@dt-login03 scripts]$ module load anaconda3_cpu [arnoldg@dt-login03 scripts]$ conda init bash ... [arnoldg@dt-login03 scripts]$ bash (base) |
After you have run "conda init bash" you will not need to load anaconda3_cpu (or gpu ) modules again. Just use your new custom environment.
Info | ||
---|---|---|
| ||
You may see error messages from conda init bash above. Just control-c through them and continue. As long as conda added code to the end of your .bashrc (or similar for other shells), things will work properly. |
...