diff --git a/video_prediction_tools/env_setup/create_env.sh b/video_prediction_tools/env_setup/create_env.sh index f73be8198f025c7ff6a60a973501fd4d466ef9ff..1dd10626d87cb340fc90e7494931f8619a844f8b 100755 --- a/video_prediction_tools/env_setup/create_env.sh +++ b/video_prediction_tools/env_setup/create_env.sh @@ -93,11 +93,12 @@ if [[ "$ENV_EXIST" == 0 ]]; then info_str="Virtual environment ${ENV_DIR} has been set up successfully." elif [[ "$ENV_EXIST" == 1 ]]; then - info_str="Virtual environment ${ENV_DIR} alread exists" + info_str="Virtual environment ${ENV_DIR} already exists." fi ## load modules (for running runscript-generator... echo "${info_str}" +echo "Load modules and activate virtual environment '${ENV_DIR}'" source ${THIS_DIR}/modules_preprocess.sh ## ... and prepare runscripts