diff --git a/video_prediction_tools/env_setup/wrapper_container.sh b/video_prediction_tools/env_setup/wrapper_container.sh index b4c2f3f411d3306b3aadea6b9e4ae66a6a8f93fb..fea29a0a9018a5436122389164cfff0859f22552 100755 --- a/video_prediction_tools/env_setup/wrapper_container.sh +++ b/video_prediction_tools/env_setup/wrapper_container.sh @@ -4,7 +4,7 @@ ENV_SETUP_DIR=`pwd` WORKING_DIR="$(dirname "$ENV_SETUP_DIR")" EXE_DIR="$(basename "$ENV_SETUP_DIR")" -VENV_DIR=$WORKING_DIR/$1/$1 +VENV_DIR=$WORKING_DIR/virtual_envs/$1 shift # replaces $1 by $2, so that $@ does not include the name of the virtual environment anymore # sanity checks