【问题标题】:Upgrade the pip to the specified version [duplicate]将pip升级到指定版本[重复]
【发布时间】:2017-11-10 12:06:11
【问题描述】:

来自pip document

我知道在 Mac 中我们可以使用:

pip install -U pip

将 pip 升级到最新版本。

但是我们如何才能将 pip 升级到指定的版本呢?

【问题讨论】:

    标签: python pip


    【解决方案1】:

    你也许可以做这样的事情。

    pip install -U pip==(version of pip you want)
    

    我不知道它是否有效,您可以随时尝试。

    【讨论】:

    • pip install --upgrade pip==(version of pip you want) 工作。
    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 2019-07-23
    • 1970-01-01
    • 2017-07-31
    • 1970-01-01
    • 2018-07-30
    • 2013-05-22
    • 2018-12-30
    相关资源
    最近更新 更多