environment-modules is less featureful than Lmod.
Select the default version in a different way since environment-modules
didn't understand the symlink
Ignore error messsages in the shell startup script as environment-modules
prints an error message if a module has already been loaded. The command
is doing the right thing for this case except that it's also printing an
error message.
This commit is contained in:
parent
74b3a560b8
commit
ea98c3de4b
4 changed files with 21 additions and 7 deletions
|
|
@ -1,2 +1,2 @@
|
|||
# Add path to the default python-sphinx scripts on this version of Fedora
|
||||
module load python-sphinx
|
||||
module load python-sphinx >& /dev/null
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue