Pip 如何从bitbucket卸载软件包

Pip 如何从bitbucket卸载软件包,pip,django-piston,Pip,Django Piston,我已经通过运行安装了带有pip的django活塞: 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 u

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

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活塞呢?

Ok发现了我的问题。安装的组件称为django-活塞,而不是django-活塞-0.3dev。因此,要卸载并运行:

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