【发布时间】:2012-02-14 03:24:54
【问题描述】:
我在 virtualenv 中使用 pip 并通过执行以下操作从 git repo 安装了一个包:
pip install -e git://github.com/dwaiter/django-bcrypt.git@475a3bef1e3ff31935a2dc905e244a63a804fce9#egg=django_bcrypt-dev
但我现在想卸载它,但不知道如何卸载,因为它没有传统的包名称。我已经尝试了看似明显的变化(比如用“卸载”替换“安装”),但无法从文档中看到如何做到这一点。
(在这种情况下,我最终想从 django-bcrypt 的 git repo 版本升级到 0.9.2 版本,并假设我需要先卸载 git 版本。)
【问题讨论】: