Closed TopRichard closed 1 month ago
It is perhaps even more complicated than this, as we haven't told them what to do if they are using a shell other than bash
, for Lmod there are multiple permitted options.
It is perhaps even more complicated than this, as we haven't told them what to do if they are using a shell other than
bash
, for Lmod there are multiple permitted options.
That's right. I wonder if - eventually - we can come up with a single command that works for most users.
For now, it's ok to accept that such a single command doesn't exist yet and we provide information about all the alternatives.
You can, but that will ultimately be a wrapper around Lmod (you're basically trying to reimplement the same thing that module load ...
does), and then you would still need shell specific versions of the wrappers.
Unless such a command starts a subshell...which is possible. You could set BASH_ENV
and start a prefix shell.
Updating
setting_up_environment.md
in EESSI docs by adding EESSI module usage