Versions Compared

Key

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

...

echo “/home/<username>/.conda/envs/BMIG_XXX_YY” >> /home/<username>${USER}/.conda/environments.txt


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.

...