Skip to content
Snippets Groups Projects
Commit 7d679b00 authored by Michael Langguth's avatar Michael Langguth
Browse files

Add dist-packages to PYTHONPATH in wrapper_container.sh.

parent 23098714
No related branches found
No related tags found
No related merge requests found
Pipeline #82185 failed
...@@ -23,7 +23,7 @@ fi ...@@ -23,7 +23,7 @@ fi
unset PYTHONPATH unset PYTHONPATH
export PYTHONPATH=${VENV_DIR}/lib/python3.8/site-packages/:$PYTHONPATH export PYTHONPATH=${VENV_DIR}/lib/python3.8/site-packages/:$PYTHONPATH
# ... dist-packages from container singularity... # ... dist-packages from container singularity...
#export PYTHONPATH=/usr/local/lib/python3.8/dist-packages:$PYTHONPATH export PYTHONPATH=/usr/local/lib/python3.8/dist-packages:$PYTHONPATH
# ... and modules from this project # ... and modules from this project
export PYTHONPATH=${WORKING_DIR}:$PYTHONPATH export PYTHONPATH=${WORKING_DIR}:$PYTHONPATH
export PYTHONPATH=${WORKING_DIR}/utils:$PYTHONPATH export PYTHONPATH=${WORKING_DIR}/utils:$PYTHONPATH
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment