From ce1d500789ade8a0f5026c49d320f98b12b2447b Mon Sep 17 00:00:00 2001
From: Michael <m.langguth@fz-juelich.de>
Date: Thu, 27 Jan 2022 13:02:22 +0100
Subject: [PATCH] Adaption of create_env.sh to load modules from preprocessing
 to make generate_runscript.py.

---
 video_prediction_tools/env_setup/create_env.sh | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/video_prediction_tools/env_setup/create_env.sh b/video_prediction_tools/env_setup/create_env.sh
index f73be819..1dd10626 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
-- 
GitLab