Versions Compared

Key

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

...

In a fresh terminal session, python or python3 points to a system-installed copy of Python (typically in /usr/bin). As the operating system heavily depends on this python Python instance, the version is fixed and only the most basic, built-in libraries are available.

...

Load the latest stable version of the mamba Mamba Python manager with:

module load mamba/latest

...

All global/admin-maintained python Python environments may be found under /rc/packages/envs:

...

Environments may also be activated with a full path, e.g.,

source activate /project/sciencelab/.conda/envs/pysci.

This capability makes /project (project storage) an ideal location for groups sharing python Python environments!

Panel
panelIconIdatlassian-cross_mark
panelIcon:cross_mark:
bgColor#FFEBE6

Do not load environments with conda or mamba as the prefix, i.e., mamba activate gurobi-9.5.1, as this injects non-supercomputing friendly cruft into your supercomputing configuration files!

...