Skip to content
Snippets Groups Projects
Commit fb49e027 authored by Alexandre Strube's avatar Alexandre Strube
Browse files

Merge branch 'safety' into 'master'

Improve safety

See merge request kesselheim1/sc_venv_template!3
parents e6f564ea a1f54270
Branches
Tags
No related merge requests found
...@@ -10,7 +10,7 @@ PYTHONWRAPPER="${ABSOLUTE_PATH}"/python ...@@ -10,7 +10,7 @@ PYTHONWRAPPER="${ABSOLUTE_PATH}"/python
echo '#!/bin/bash echo '#!/bin/bash
module purge 2> /dev/null module purge 2> /dev/null
deactivate 2> /dev/null deactivate 2> /dev/null
source "'"${ABSOLUTE_PATH}"'"/activate.sh source '"'${ABSOLUTE_PATH}'"'/activate.sh
python "$@" python "$@"
' > "${PYTHONWRAPPER}" ' > "${PYTHONWRAPPER}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment