...
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 | ||||||
---|---|---|---|---|---|---|
| ||||||
Do not load environments with |
...