加载中…
个人资料
么亮
么亮
  • 博客等级:
  • 博客积分:0
  • 博客访问:3,197
  • 关注人气:4
  • 获赠金笔:0支
  • 赠出金笔:0支
  • 荣誉徽章:
正文 字体大小:

Mac下安装pip3

(2020-05-25 13:05:14)
标签:

python3

mac

pip3

安装方法

分类: 互联网技术--python
Mac升级了OS后,需要用到python3,而装上python3后发现pip3还没安装,上官网查看安装帮助


Installing with get-pip.py

To install pip, securely 1 download get-pip.py by following this link: get-pip.py. Alternatively, use curl:


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

Then run the following command in the folder where you have downloaded get-pip.py:


python get-pip.py
按照所教的,一步步完成,搞定

[注意]
因为我们要使用python3,所以最后一步安装语句应该是:python3 get-pip.py

0

阅读 收藏 喜欢 打印举报/Report
  

新浪BLOG意见反馈留言板 欢迎批评指正

新浪简介 | About Sina | 广告服务 | 联系我们 | 招聘信息 | 网站律师 | SINA English | 产品答疑

新浪公司 版权所有