Versions Compared

Key

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


Warning

If you do not want to change your home directory permissions you will need to use the shared directory in home for environments.

Please refer to these instructions for how to do this: Creating shareable environments with conda outside of /home/.

There is a shared environment folder shared environment folder on the HPC at /home/SE/ that you can put your environments inyour environments in.

You still should do steps 1, 3, 4, and 5 even if you're creating a shared environment outside of your /home/

...

You can do this with the command: chmod a+r with the location of your env folder after the '+r '.


Tip

If you want to have all shared environments visible and able to be activated by name alone, simply run the following command

Code Block
languagebash
conda config --append envs_dirs /home/SE



Tip
To enable your students to leverage the environment switching inside Jupyter Notebook you will need to install the appropriate kernels for the languages you have inside the environment in order for them to be able to switch kernels.

...