简体   繁体   English

卸载pip和easy_install

[英]Uninstall pip and easy_install

How does one go about uninstalling pip and easy_install? 如何卸载pip和easy_install? I can't seem to find the documentation anywhere? 我似乎在任何地方都找不到文档? I need a clean install of both of them (long story) and rather than just overwriting them want to change them a bit. 我需要对它们进行全新安装(长话短说),而不仅仅是覆盖它们想要对它们进行一些更改。 So how exactly do I go about doing this? 那么我到底该怎么做呢?

Edit: Can't believe I forgot to include this, I'm running os x. 编辑:不能相信我忘了包括这个,我正在运行os x。

Isn't it better to install a virtualenv environment from scratch? 从头开始安装virtualenv环境不是更好吗? Then you can install your own version of easy_install or pip. 然后,您可以安装自己的easy_install或pip版本。 It will be also independent from your system installation. 它也将独立于您的系统安装。 So your system applications won't be affected. 因此,您的系统应用程序不会受到影响。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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