在Mac上将Python 3设置为默认

which python3
alias python=/usr/bin/python3

pip3同理。 pip3更换为国内镜像
pip3 config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple

清华大学 https://pypi.tuna.tsinghua.edu.cn/simple/ 阿里云 http://mirrors.aliyun.com/pypi/simple/ 中国科技大学 https://pypi.mirrors.ustc.edu.cn/simple/ 豆瓣(douban) http://pypi.douban.com/simple/ 中国科学技术大学 http://pypi.mirrors.ustc.edu.cn/simple/ 升级pip版本:
sudo pip install --upgrade pip

在Mac上将Python 3设置为默认最先出现在Python成神之路

版权声明:
作者:主机优惠
链接:https://www.techfm.club/p/22316.html
来源:TechFM
文章版权归作者所有,未经允许请勿转载。

THE END
分享
二维码
< <上一篇
下一篇>>