Environment modules
Environment Modules is a tool that lets users easily switch between different versions of applications by managing the shell environment.
Basic usage
module availwill list all available modulesmodule spider <string>will seach for all packages containing <string>module load <name>will load the <name> module. e.g.:module load apptainer/gubbins.If you don’t specify a version, the highest numeric version number is automatically selected. e.g.
module load rwill load the latest available R versionAlternatively you can module load an excplicit version, .e.g
module load r/4.4.3
module listwill show which modules/versions are loaded