0

我已经通过运行安装了带有 pip 的 django-piston:

pip install -e hg+https://bitbucket.org/jespern/django-piston-oauth2#egg=django-piston-0.3dev

现在我想卸载它,但是正在运行...

pip uninstall -e hg+https://bitbucket.org/jespern/django-piston-oauth2#egg=django-piston-0.3dev

...只是返回以下错误:

Cannot uninstall requirement django-piston-0.3dev, not installed

那么你如何卸载django-piston呢?

4

1 回答 1

0

好的,发现我的问题。安装的软件包称为 django-piston 而不是 django-piston-0.3dev。所以要卸载运行:

pip uninstall hg+https://bitbucket.org/jespern/django-piston-oauth2#egg=django-piston
于 2013-09-20T07:56:10.783 回答