Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Run the following command to switch your conda from a personal install to the global install of conda maintained by the HPC staff:


Code Block
languagebash
/opt/conda/bin/conda init bash


Note: this will change how conda functions if you have a local installation. Any environment created before this change will need to be activated using the full path (i.e. conda activate /home/<username>/*conda/envs/my_env). Any environment created after this change by default will be located under /home/<username>/.conda/envs. Named environments will only work for environments located in the ~/.conda/envs folder. 

...