...
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 |
...
Conda-forge is the only pre-approved place to get Python modules right now. Other modules will need to go through an approval process with the KE Secure Cloud team before they can be used. Contact asre-support@asu.edu Open a request at https://links.asu.edu/kesc-support to ask for a module.
Insert excerpt | ||||||||
---|---|---|---|---|---|---|---|---|
|