Skip to content

Commit

Permalink
Use specific python version #206
Browse files Browse the repository at this point in the history
  • Loading branch information
JavierCladellas committed Dec 20, 2024
1 parent f66b6e8 commit 257f3d8
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions src/feelpp/benchmarking/reframe/config/machineConfigs/vega.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
#!/bin/bash -l

python3 -m venv .venv
# module load Python/3.12.3-GCCcore-13.3.0


/cvmfs/sling.si/modules/el7/software/Python/3.12.3-GCCcore-13.3.0/bin/python -m venv .venv
source .venv/bin/activate
python3 -m pip install --upgrade pip
python3 -m pip install -r requirements.txt
.venv/bin/python3.12 -m pip install --upgrade pip
.venv/bin/python3.12 -m pip install -r requirements.txt

0 comments on commit 257f3d8

Please sign in to comment.