How to uninstall pip on OSX?

The first thing you should try is:

sudo pip uninstall pip

On many environments that doesn’t work. So given the lack of info on that problem, I ended up removing pip manually from /usr/local/bin.

Leave a Comment