Skip to content

Commit

Permalink
Update package.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
flatsiedatsie authored Dec 18, 2023
1 parent 89a7620 commit e46489e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ apt install -y -v \

echo "Python3 version after install:"
python3 --version
ls /usr/bin/python*

apt install -y python3-distutils-extra
apt-get update -q
Expand Down Expand Up @@ -218,8 +219,8 @@ echo "package.sh: PIP OPTIONS BEFORE:"
echo ""

#echo "UPGRADING PIP"
python3 -m pip install --upgrade pip
python3 -m pip install --upgrade setuptools wheel
#python3 -m pip install --upgrade pip
#python3 -m pip install --upgrade setuptools wheel

#python3.11 -m pip install --upgrade pip
#python3.11 -m pip install --upgrade setuptools wheel
Expand Down

0 comments on commit e46489e

Please sign in to comment.