Skip to content

Commit

Permalink
try using python module #206
Browse files Browse the repository at this point in the history
  • Loading branch information
JavierCladellas committed Dec 20, 2024
1 parent 2ddd5fc commit d78e405
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
Expand Up @@ -3,7 +3,10 @@
# 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
# /cvmfs/sling.si/modules/el7/software/Python/3.12.3-GCCcore-13.3.0/bin/python -m venv .venv

module load Python/3.12.3-GCCcore-13.3.0
python3 -m venv .venv
source .venv/bin/activate
.venv/bin/python3.12 -m pip install --upgrade pip
.venv/bin/python3.12 -m pip install -r requirements.txt
.venv/bin/python3 -m pip install --upgrade pip
.venv/bin/python3 -m pip install -r requirements.txt

0 comments on commit d78e405

Please sign in to comment.