Skip to content

Commit

Permalink
Add Python-venv package to Python installation (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
BjoernAtBosch authored Aug 27, 2024
1 parent 83925da commit d0f62ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/install-python.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ echo "### Installing python version 3 ###"
echo "#######################################################"
PYTHON_VERSION='3.10'

sudo apt-get update && apt-get install -y python3-distutils python$PYTHON_VERSION python3-dev
sudo apt-get update && apt-get install -y python3-distutils python$PYTHON_VERSION python$PYTHON_VERSION-venv python3-dev
curl -fsSL https://bootstrap.pypa.io/get-pip.py | sudo python$PYTHON_VERSION

sudo update-alternatives --install /usr/bin/python python /usr/bin/python$PYTHON_VERSION 10
Expand Down

0 comments on commit d0f62ec

Please sign in to comment.