...
> module load matlab
before running the command matlab:> matlabmatlab.
Note that there are several versions of many programs. Load the version of interest.
To see what packages and versions that are under module control:
> module avail |
---|
To unload a package from your environment:
> module unload matlab |
---|
To see loaded packages in your environment:
> module list |
---|
To see unload all packages in your environment:
> module purge |
---|
Currently
From time to time there are some packages software that are is not under module control; such as DEFORM-3d, Materials Studio and maybe others..
For example, python built packages that are system-wide:
$ module load python/2.7.6 To see what python apps are available: $ pip list |
---|