美文网首页Python
mac 安装pip

mac 安装pip

作者: 司马捷 | 来源:发表于2016-07-12 10:59 被阅读108次

    pip 安装地址

    注意就是 权限问题: 使用sudo 命令

    使用python3 以下的版本,添加第三方的时候使用sudo pip install
    Python3以上的版本,添加第三方的时候使用sudo pip3 install

    相关文章

      网友评论

        本文标题:mac 安装pip

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