* Saved a sample revised ipython module loader, to be used with
"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
This commit is contained in:
6
lmod/ipython/startup/000-odurc-lmod.py.rev3
Normal file
6
lmod/ipython/startup/000-odurc-lmod.py.rev3
Normal file
@@ -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_
|
||||
Reference in New Issue
Block a user