remove this?
vespino opened this issue · 1 comments
vespino commented
I have installed pip using python get-pip.py, but how do I remove it?
pradyunsg commented
pythonX.Y -m pip uninstall pip
(use pythonX.Y corresponding to the Python executable you installed it on; depends on the executable of Python you installed it with and the specific invocation depends on the OS)