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 默认是安装了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
网友评论