Skip to content
Snippets Groups Projects
Commit 1bae8f2e authored by Felix Kleinert's avatar Felix Kleinert
Browse files

update pip install for matplotlib

parent 0515557d
No related branches found
No related tags found
3 merge requests!125Release v0.10.0,!124Update Master to new version v0.10.0,!97Felix issue106 hpc modules for juwels
Pipeline #33867 passed
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment