【问题标题】:How to uninstall a package from bitbucket如何从 bitbucket 中卸载软件包
【发布时间】: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


    【解决方案1】:

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

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

    【讨论】:

      猜你喜欢
      • 2021-07-05
      • 1970-01-01
      • 1970-01-01
      • 2010-11-19
      • 2012-07-28
      • 2021-05-18
      • 2017-08-15
      • 2013-01-12
      • 1970-01-01
      相关资源
      最近更新 更多