Skip to content
Snippets Groups Projects
Commit 7972c3d4 authored by Timo Millenaar's avatar Timo Millenaar
Browse files

Use python3.9 instead of 3.11 since the latter is not available on all surf machines

parent 427d610f
Branches
No related tags found
1 merge request!15Use python3.9 instead of 3.11 since the latter is not available on all surf machines
......@@ -4,7 +4,7 @@ if [ -d "toil_venv" ]; then
source toil_venv/bin/activate
else
echo "Creating new virtual environment for using toil"
python3.11 -m venv toil_venv
python3.9 -m venv toil_venv
source toil_venv/bin/activate
pip install --upgrade pip setuptools wheel
pip install toil[cwl] singularity
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment