Package Details: lmod 8.7.53-1

Git Clone URL: https://aur.archlinux.org/lmod.git (read-only, click to copy)
Package Base: lmod
Description: Environment modules system based on Lua that handles MODULEPATH hierarchical problem. Supports also legacy TCL modules
Upstream URL: https://github.com/TACC/Lmod
Licenses: custom
Conflicts: env-modules, lmod-git
Provides: env-modules
Submitter: wookietreiber
Maintainer: hcartiaux
Last Packager: hcartiaux
Votes: 10
Popularity: 0.165880
First Submitted: 2017-01-17 13:22 (UTC)
Last Updated: 2024-11-04 10:31 (UTC)

Dependencies (8)

Required by (11)

Sources (1)

Latest Comments

« First ‹ Previous 1 2 3 4

wookietreiber commented on 2017-02-05 17:00 (UTC)

The **module** command is provided as a shell function via the `/etc/profile.d` scripts. If you source them or start a new login shell and type: ``` $ type module module is a function module () { eval $($LMOD_CMD bash "$@") && eval $(${LMOD_SETTARG_CMD:-:} -s sh) } ```

davidovitch commented on 2017-02-04 22:31 (UTC)

Never mind, I think I have to read the docs with a bit more thought first, the module command is not set for non-root users by default, and is provided by /usr/share/lmod/lmod/libexec/lmod. I'll delete these useless comments in a few days.

davidovitch commented on 2017-02-03 22:36 (UTC)

Do I get it correctly that the current package does not provide the module command? The man pages are included though.