Modules
Getting Started with Modules.
ExCL uses Modules to manage software environments efficiently. Modules allow users to load, unload, and switch between different software versions without modifying system paths manually. Please let us know if there is a software package you would like us to make available via a module.
Loading a Module
To load a specific software module:
Example:
This makes Python 3.9 available for use.
You can also leave off the version number to load the default version.
Example:
Listing Available Modules
To see all available modules:
Checking Loaded Modules
To view currently loaded modules:
Unloading a Module
To remove a specific module:
Example:
Switching Between Versions
To switch from one module version to another:
Example:
Resetting the Environment
To clear all loaded modules and reset to the default environment:
Last updated
Was this helpful?