Skip to content

Commit

Permalink
debug python
Browse files Browse the repository at this point in the history
  • Loading branch information
Siarhei Harbuz committed Mar 15, 2024
1 parent c400536 commit 6beb7b3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .buildkite/scripts/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,9 @@ with_python() {
sudo apt-get install -y software-properties-common
sudo add-apt-repository -y ppa:deadsnakes/ppa
sudo apt update
sudo apt install -y python3.11 python3.11-venv python3.11-apt
sudo apt upgrade
sudo apt install -y python3.11 python3.11-venv
sudo apt install -y python3.11-apt
export PATH="/usr/bin/python3.11:${PATH}"
sudo update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.11 1
sudo update-alternatives --set python3 /usr/bin/python3.11
Expand Down

0 comments on commit 6beb7b3

Please sign in to comment.