Mac下安装pip3
(2020-05-25 13:05:14)
标签:
python3macpip3安装方法 |
分类: 互联网技术--python |
Mac升级了OS后,需要用到python3,而装上python3后发现pip3还没安装,上官网查看安装帮助
Installing with get-pip.py
To install pip,
securely get-pip.py
curl
:
Then run the following
command in the folder where you have
downloaded get-pip.py
:
按照所教的,一步步完成,搞定
[注意]
因为我们要使用python3,所以最后一步安装语句应该是:python3 get-pip.py
因为我们要使用python3,所以最后一步安装语句应该是:python3 get-pip.py
前一篇:正则表达式--提取IP地址