From e680adc2ee97be0a83848721019dc97834150b88 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Sun, 22 Feb 2026 13:09:52 -0500 Subject: [PATCH] Disable python3-pip purge for BULLSEYE Comment out the installation of python3-pip for BULLSEYE. --- install | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/install b/install index 5ca46688..ced94371 100755 --- a/install +++ b/install @@ -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