Skip to content

Commit

Permalink
Merge pull request #173 from vespa-engine/aressem/select-python39
Browse files Browse the repository at this point in the history
Set Python 3.9 as default python3
  • Loading branch information
Arnstein Ressem authored Jul 12, 2023
2 parents 22ea795 + f3ce299 commit 4c17e7a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build/centos-stream8/include/install-build-dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,8 @@ for f in `find /opt/rh/gcc-toolset-12/root/usr/include/c++/12/ -name gthr-defaul

(source /opt/rh/gcc-toolset-12/enable && gem install ffi libxml-ruby)
python3.9 -m pip install pytest

# Python 3.11 is pulled in as a transitive dependency of valgrind. This causes it to be set as default. We use 3.9 for now.
alternatives --set python3 /usr/bin/python3.9

dnf clean all --enablerepo='*'

0 comments on commit 4c17e7a

Please sign in to comment.