Python 2 pip[2] uninstall pip
removes /usr/bin/pip3
#11015
Labels
project: <downstream>
When the cause/effect is related to redistributors
type: bug
A confirmed bug or unintended behavior
Description
we have pip2 and pip3 installed on our machines. If we remove pip from pip2, then
/usr/bin/pip3
is also removed. python3-pip is not removed so installing python3-pip without force does not reinstate/usr/bin/pip3
.And
sudo apt remove python-pip
does not work because "Package 'python-pip' is not installed, so not removed"Expected behavior
/usr/bin/pip3
should be left alone when uninstalling python2's pippip version
20.3.4
Python version
Python 2.7
OS
Ubuntu-20.04
How to Reproduce
Output
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: