Disable python3-pip purge for BULLSEYE

Comment out the installation of python3-pip for BULLSEYE.
master-b-gpio
Alan Johnston 1 month ago committed by GitHub
parent 96d0b845d2
commit e680adc2ee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -321,10 +321,10 @@ 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 [ $BULLSEYE -eq 1 ]; then
# sudo apt purge -y python3-pip
# sudo apt install -y python3-pip
# fi
if [ ! -d "/home/pi/venv" ]; then

Loading…
Cancel
Save

Powered by TurnKey Linux.