From 8535eeeb72afa2d574b58ff866dbbbe7b080ef76 Mon Sep 17 00:00:00 2001
From: Felix Kleinert <f.kleinert@fz-juelich.de>
Date: Mon, 7 Sep 2020 15:52:58 +0200
Subject: [PATCH] include pip insatllation for netcdf4

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

diff --git a/HPC_setup/setup_venv_juwels.sh b/HPC_setup/setup_venv_juwels.sh
index e8871473..3e1782cf 100755
--- a/HPC_setup/setup_venv_juwels.sh
+++ b/HPC_setup/setup_venv_juwels.sh
@@ -34,6 +34,7 @@ pip install -r ${cur}/requirements_JUWELS_additionals.txt
 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