Versions Compared

Key

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

To switch environments from the command line or from a scheduled job you would activate them the typical way. 


Code Block
languagebash
conda activate name_of_environment


If you are using another users (such as your instructor) environment you will need to use the full filepath of that environment (which can be found in your ~/.conda/environments.txt file via cat ~/.conda/environments.txt)


Code Block
languagebash
conda activate /home/kabram/.conda/envs/bmig_6203_test


If you are using an environment located in the shared environment directory (/home/SE/) you also will need the full filepath of that environment 

Code Block
languagebash
conda activate /home/SE/BMIG-6202