move purge pip

master-b-gpio
Alan Johnston 1 month ago committed by GitHub
parent 7bee60873f
commit 96d0b845d2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -321,6 +321,11 @@ fi
sudo apt-get update && sudo apt-get dist-upgrade -y
if [ $BULLSEYE -eq 1 ]; then
sudo apt purge -y python3-pip
sudo apt install -y python3-pip
fi
if [ ! -d "/home/pi/venv" ]; then
cd
@ -368,12 +373,8 @@ cd
if [ ! $BULLSEYE -eq 1 ]; then
sudo apt install -y libtiff6
else
sudo apt purge -y python3-pip
sudo apt install -y python3-pip
fi
sudo apt install -y python3-pip python3-smbus libjpeg-dev zlib1g-dev libfreetype6-dev libopenjp2-7 python3-pil python3-serial libusb-1.0-0 libusb-1.0-0-dev
sudo pip3 install --upgrade setuptools

Loading…
Cancel
Save

Powered by TurnKey Linux.