From 6c960199c7a42b69002ee2289ddc3ba94a1a7ee8 Mon Sep 17 00:00:00 2001
From: Felix Kleinert <f.kleinert@fz-juelich.de>
Date: Mon, 7 Sep 2020 16:06:23 +0200
Subject: [PATCH] reorder pip isnatllation

---
 HPC_setup/setup_venv_juwels.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/HPC_setup/setup_venv_juwels.sh b/HPC_setup/setup_venv_juwels.sh
index 3e1782cf..a576d16c 100755
--- a/HPC_setup/setup_venv_juwels.sh
+++ b/HPC_setup/setup_venv_juwels.sh
@@ -31,10 +31,10 @@ pip install -r ${cur}/../requirements_gpu.txt
 echo "##### FINISH INSTALLING requirements_gpu.txt #####"
 
 pip install -r ${cur}/requirements_JUWELS_additionals.txt
+pip install netcdf4
 pip install --ignore-installed matplotlib==3.2.0
 pip install --ignore-installed pandas==1.0.1
 pip install -U typing_extensions
-pip install -U netcdf4
 
 # Comment: Maybe we have to export PYTHONPATH a second time ater activating the venv (after job allocation)
 # source venv/bin/activate
-- 
GitLab