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

Remove misplaced done-statement in 'create_env.sh'.

parent 5040ad82
No related branches found
No related tags found
No related merge requests found
......@@ -119,7 +119,6 @@ if [[ "$ENV_EXIST" == 0 ]]; then
if [[ "${HOST_NAME}" == hdfml* || "${HOST_NAME}" == juwels* ]]; then
echo "export PYTHONPATH=${ENV_DIR}/lib/python3.6/site-packages:\$PYTHONPATH" >> ${activate_virt_env}
fi
done
elif [[ "$ENV_EXIST" == 1 ]]; then
# activating virtual env is suifficient
source ${ENV_DIR}/bin/activate
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment