diff --git a/video_prediction_tools/env_setup/create_env.sh b/video_prediction_tools/env_setup/create_env.sh index c2363f995d07bc21415ef1c9429617cd2ebc641f..319b8cfc5e471cce4708b8792d878e1a0606d46a 100755 --- a/video_prediction_tools/env_setup/create_env.sh +++ b/video_prediction_tools/env_setup/create_env.sh @@ -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