What | Removed | Added |
---|---|---|
CC | boris@steki.net |
This it the 'Modules' package, not lmod. The last update https://build.opensuse.org/request/show/597449 disposed of a lot of the old configuration but didn't replace it with what is recommended in the INSTALL.txt file: 2. Enable Modules initialization at shell startup. An easy way to get module function defined and its associated configuration setup at shell startup is to make the initialization scripts part of the system-wide environment setup in "/etc/profile.d". To do so, make a link in this directory to the profile scripts that can be found in your Modules installation init directory: $ ln -s PREFIX/init/profile.sh /etc/profile.d/modules.sh $ ln -s PREFIX/init/profile.csh /etc/profile.d/modules.csh These profile scripts will automatically adapt to the kind of "sh" or "csh" shell you are running. PREFIX would be /usr/share/Modules in this case.