【发布时间】:2013-09-20 07:51:33
【问题描述】:
我已经通过运行安装了带有 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 呢?
【问题讨论】:
标签: pip django-piston