diff --git a/setup_venv.sh b/setup_venv.sh
index c740d587a2307201bda9e0d6eb3b1715c2d66629..21733f389c4ce70cc05be4ef4681098039255fa4 100755
--- a/setup_venv.sh
+++ b/setup_venv.sh
@@ -16,4 +16,13 @@ source venv/bin/activate
 export PYTHONPATH=${PWD}/venv/lib/python3.6/site-packages:${PYTHONPATH}
 
 pip install -r requirements_JUWELS_outcommented.txt
+pip install --ignore-installed matplotlib==3.2.0
+
+# Comment: Maybe we have to export PYTHONPATH a second time ater activating the venv (after job allocation)
+# source venv/bin/activate
+# alloc_develgpu
+# source venv/bin/activate
+# export PYTHONPATH=${PWD}/venv/lib/python3.6/site-packages:${PYTHONPATH}
+# srun python run.py
+