"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.rev3
7 lines
291 B
Plaintext
7 lines
291 B
Plaintext
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_
|