From 33b11d1be3916dc903f81529c87e1d3ca0aeacbc Mon Sep 17 00:00:00 2001
From: "Oriol.Tinto" <oriol.tinto@physik.uni-muenchen.de>
Date: Thu, 2 Feb 2023 12:42:18 +0000
Subject: [PATCH] Update setup.sh

---
 setup.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.sh b/setup.sh
index a5bd6eb..b2ca410 100755
--- a/setup.sh
+++ b/setup.sh
@@ -4,7 +4,7 @@
 #
 
 
-# Create virtual environment with python 2.7
+# Create virtual environment with python 2.7 ( Right now autosubmit < 4.0 uses python 2. Future releases will work with python3)
 virtualenv --python=python2 venv
 
 # Activate environment
-- 
GitLab