Skip to content
Snippets Groups Projects
Commit 31c92ccf authored by Matthieu Schaller's avatar Matthieu Schaller
Browse files

Apply fixes needed to run the automatic update. Updates to the maps

parent 5c72c650
No related branches found
No related tags found
No related merge requests found
#!/bin/bash -l #!/bin/bash
set -e set -e
# Tested on winkel.strw.leidenuniv.nl # Tested on winkel.strw.leidenuniv.nl
module purge #source /etc/profile.d/modules.sh
module load localhosts #module purge
#module load localhosts
# Create venv if it doesn't exist # Create venv if it doesn't exist
[ ! -d "venv" ] && python -m venv venv [ ! -d "venv" ] && python -m venv venv
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment