pypa / get-pip

Helper scripts to install pip, in a Python installation that doesn't have it.
https://bootstrap.pypa.io/pip/
MIT License
738 stars 293 forks source link

remove this? #177

Closed vespino closed 1 year ago

vespino commented 1 year ago

I have installed pip using python get-pip.py, but how do I remove it?

pradyunsg commented 1 year ago

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)