美文网首页
mac安装pip

mac安装pip

作者: 老子与赫本 | 来源:发表于2019-11-02 13:45 被阅读0次

mac  默认是安装了python,版本为2.7.但是却没有安装对应的pip工具。所以在不改动原python的情况下,以下是比较安全的方式安装pip

    curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py

    python  get-pip.py

延伸阅读:

https://pip.pypa.io/en/stable/installing/#installing-with-get-pip-py

相关文章

网友评论

      本文标题:mac安装pip

      本文链接:https://www.haomeiwen.com/subject/swgcbctx.html