Loading config/tutorial/tutorial.rc +9 −1 Original line number Diff line number Diff line Loading @@ -270,8 +270,16 @@ my.work : /Scratch/${USER}/CSO-Tutorial ! run jobs in foreground: *.script.class : utopya.UtopyaJobScriptForeground ! dummy value, will be defined when running in virtrual environment: VIRTUAL_ENV : ! running in virutual envionment? #if "${VIRTUAL_ENV}" > "" ! interpretor from virtual enviornment, the system path is set automatically: *.shell : ${VIRTUAL_ENV}/bin/python3 #else ! search path for python modules: *.pypath : ${CSO_PREFIX}/src:${CSO_PREFIX}/src/utopya:${CSO_PREFIX}/src/cso #endif ! work directory for jobs; *.workdir : ${my.work}/__NAME2PATH__ Loading Loading
config/tutorial/tutorial.rc +9 −1 Original line number Diff line number Diff line Loading @@ -270,8 +270,16 @@ my.work : /Scratch/${USER}/CSO-Tutorial ! run jobs in foreground: *.script.class : utopya.UtopyaJobScriptForeground ! dummy value, will be defined when running in virtrual environment: VIRTUAL_ENV : ! running in virutual envionment? #if "${VIRTUAL_ENV}" > "" ! interpretor from virtual enviornment, the system path is set automatically: *.shell : ${VIRTUAL_ENV}/bin/python3 #else ! search path for python modules: *.pypath : ${CSO_PREFIX}/src:${CSO_PREFIX}/src/utopya:${CSO_PREFIX}/src/cso #endif ! work directory for jobs; *.workdir : ${my.work}/__NAME2PATH__ Loading