Skip to content
Snippets Groups Projects
Commit e8331a6f authored by Scarlet Stadtler's avatar Scarlet Stadtler
Browse files

Fixed bug. env_setup/create_env.sh was using the wrong env_setup/create_env.sh

parent 29b665e3
No related branches found
No related tags found
No related merge requests found
...@@ -20,7 +20,7 @@ source ${ENV_SETUP_DIR}/modules.sh ...@@ -20,7 +20,7 @@ source ${ENV_SETUP_DIR}/modules.sh
# Install additional Python packages. # Install additional Python packages.
python3 -m venv $ENV_DIR python3 -m venv $ENV_DIR
source ${ENV_DIR}/bin/activate source ${ENV_DIR}/bin/activate
pip3 install -r requirements.txt pip3 install -r ${ENV_SETUP_DIR}/requirements.txt
#pip3 install --user netCDF4 #pip3 install --user netCDF4
#pip3 install --user numpy #pip3 install --user numpy
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment