...
List Available Environments
Many Python suitespackages, such as Pytorch
or Qiime
, are commonly-requested and thus are provided pre-installed by Research Computing staff on the supercomputers already. These environments are version-fixed and read-only, so they may be used freely by any number of users simultaneously without any risk of the environment changing.
All global/public/admin-maintained python environments may be found under /packages/envs
:
...
/packages/envs
...
.
...
User environments are by default installed to ~/.conda/envs
, and after running module load mamba/latest
, all available environments may should be listed with mamba info --envs
.
...