* 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:
Wirawan Purwanto
2022-02-22 11:23:54 -05:00
parent 4a1b5d0a69
commit 5edd528511

View 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_