-
Notifications
You must be signed in to change notification settings - Fork 144
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update installation instructions for Lmod #780
base: develop
Are you sure you want to change the base?
Conversation
@@ -55,7 +62,8 @@ Lmod | |||
Dependencies: building Lmod using the steps below requires tcl, tcl-dev(el), make and bzip2 | |||
|
|||
**Step 1**: Download and unpack the latest available Lmod version, | |||
`Lmod-8.4.tar.bz2`_ at the time of writing. | |||
`Lmod-8.4.tar.bz2`_ at the time of writing, from the `Lmod GitHub releases page |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ocaisa This should be updated too, Lmod 8.4 is not latest at time of writing anymore ;)
(put this in your ``.bashrc``): | ||
|
||
.. code:: bash | ||
export LMOD_CMD=$HOME/lmod/8.4/libexec/lmod |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is set by the Lmod init script, no need to do this manually at all (and if $LMOD_CMD
is set, no need to fiddle with $PATH
, indeed)
Also incorporates PR #605