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 on the HPC at /home/SE/ that you can put your environments in.



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



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

...

Warning

It is critical that you have your permissions set so students can read but not write to your ~/.conda/envs folder.

Without this permission, students will not be able to use your environment in their Jupyter Notebooks on the HPC.If you do not want to change permissions to your /home/ directory and subdirectories, please refer to these instructions on how to create a shareable environment: Creating shareable environments with conda outside of /home/There is a shared environment folder on the HPC at /home/SE/ that you can put your environments in.

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

...