我已经通过运行安装了带有 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呢?