简体   繁体   中英

How to uninstall packages installed using setuptools

That's it, I've some package installed using setuptools ie I ran the command python setup.py install from the package source.

My question is, how do I uninstall the package or upgrade it?

Install pip using easy_install :

 easy_install pip

and then:

pip uninstall <package>

PS. Probably duplicate .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM