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:
Toshio Kuratomi 2017-01-31 11:52:19 -08:00
commit ea98c3de4b
4 changed files with 21 additions and 7 deletions

View file

@ -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 2> /dev/null