-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How do you remove pip from a pc if you installed by "get-pip.py" #1892
Comments
|
Thank you |
This may also be handy if coming here looking to uninstall pip and all packages installed by pip Goes without saying that you should run the commands in the above link before running the command in this issue. |
pip uninstall pip |
And if is pip is broken? Can I remove some folders and reinstall it? |
How is it broken ? You could download |
No, nothing work. The only way was delete the |
@jonathanpmartins Yeah,site-package removal method worked for me too.my pip was broken somehow and get-pip kept saying that pip is already installed instead of doing a fresh installation,Only when the folder was removed the get-pip allowed to reinstall the pip from scratch. This method works when I can't go for 'pip uninstall pip' since pip was said to be installed by get-pip.py but broke,so how could I use pip to uninstall pip. |
removing, uninstalling pip
get-pip.py from here
Cant find anything on this subject.
Might be helpful for the documentation as well
The text was updated successfully, but these errors were encountered: