How do you uninstall the package manager "pip", if installed from source?
I was unaware that pip could be installed via my operating system's
package manager, so I compiled and installed pip via source with the
following command:
wget https://bitbucket.org/pypa/setuptools/raw/bootstrap/ez_setup.py -O -
| sudo python
I would like to uninstall pip, and instead install it from my operating
system's package manager. How would I go about completely undoing the work
of the installation script?
No comments:
Post a Comment