"fix3" version of lmod_python_fix.py. Sigs: # -rw------- 1 wpurwant users 291 2020-06-09 20:09 000-odurc-lmod.py.rev3 # 70e84e7eaaf28da297fa342c8318fe2b 000-odurc-lmod.py.rev3master
parent
4a1b5d0a69
commit
5edd528511
1 changed files with 6 additions and 0 deletions
@ -0,0 +1,6 @@ |
||||
import sys as _sys_ |
||||
_sys_.path.append('/home/wpurwant/Testbeds/jupyter/wahab_jupyter_start') |
||||
_sys_.path.append('/shared/apps/common/lmod/scripts/init') # Wahab |
||||
_sys_.path.append('/cm/shared/applications/lmod/lmod/scripts/init') # Turing (FIXME) |
||||
from lmod_python_fix3 import module |
||||
del _sys_ |
Loading…
Reference in new issue