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.
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
If you want to deactivate an environment that you have previously activated, do:
module unload <env-id>
Where “
If you are not sure which environment(s) to use please see details on the overview of Jaspy and “jasmin-sci” environments page.