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.
Activate (load) an environment
To activate an environment containing the “current” common software packages (including a modern Python):
module load jaspy
or for a specific version, see how to discover what versions are available
To activate additional packages (known as “jasmin-sci”):
module load jasmin-sci
Deactivate (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.