Fix/module load
Loading of modules in batch jobs becomes available after sourcing a script:
/etc/profile.d/modules.sh
.
Current installation of the pycalibration requires a certain version of sphinx, which is installed in e.g. user/.local
.
If the anaconda/3
environment is loaded after user/.local
, then the anaconda sphinx is used instead of user/.local
sphinx. This brings a problem with master version of pycalibration.
Therefore I suggest activate
script, which load modules in proper order (anaconda before user/.local). The session variable $PATH is used for batch jobs.