add purge and reinstall python3-pip for bullseye

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

@ -368,8 +368,12 @@ 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.