How to uninstall pip on OSX?

后端 未结 5 1745
梦毁少年i
梦毁少年i 2020-12-05 04:13

I ran the following commands:

easy_install pip
sudo pip install setuptools --no-use-wheel --upgrade

How do I reverse the two commands to ge

5条回答
  •  暖寄归人
    2020-12-05 04:30

    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.

提交回复
热议问题