Docs
Quickstart for activating/deactivating software environments
Quickstart for activating/deactivating software environments
This article provides a minimum quick-start guide for working with software environments on JASMIN.
module commands described here are for use on scientific analysis servers
and LOTUS. They do not work in the
JASMIN Notebook Service,
where Jaspy and JasR are available by default. In notebooks, use conda activate to
access different versions.
Activate (load) an environment
To activate an environment containing the “current” common software packages (including a modern Python):
module load jaspyor for a specific version, see how to discover what versions are available
To activate additional packages (known as “jasmin-sci”):
module load jasmin-sciDeactivate (unload) an environment
If you want to deactivate an environment that you have previously activated, do:
module unload <env-id>Where “
Which environment(s) should you use?
If you are not sure which environment(s) to use please see details on the overview of Jaspy and “jasmin-sci” environments page.