can’t remove python pip

you need to execute the following command to install pip sudo apt-get install python3-pip

and to remove you need to use sudo apt-get --purge autoremove python3-pip

Leave a Comment