← all formulas
lmod
Lua-based environment modules system to modify PATH variable
- Version
- v9.2
- License
- MIT
- Tap
- homebrew/core
- Bottle
- available
- Revision
- —
bottledlicense declaredhomepageactivekeg-linked
Install
shell
$ brew install lmodCaveats
To use Lmod, you should add the init script to the shell you are using.
For example, the bash setup script is here: $HOMEBREW_PREFIX/opt/lmod/init/profile
and you can source it in your bash setup or link to it.
If you use fish, use $HOMEBREW_PREFIX/opt/lmod/init/fish, such as:
ln -s $HOMEBREW_PREFIX/opt/lmod/init/fish ~/.config/fish/conf.d/00_lmod.fish