Using Environment Modules
Note: you need to sign into the Psychology cluster (new, neurocomp0) to run the following commands.
1) List available modules
module avail
2) List loaded modules
module list
3) Example – load a module
module load python/anaconda3
4) Example – unload a module
module unload python/anaconda3
5) Example – “module help” command
module help python/anaconda3
6) Example – “module whatis” command
module whatis python/anaconda3
Recent Comments