python

设置pip 源

文 / sptk 来源 / 原创 阅读 / 465 1年前

我们可以通过下面的命令设置全局pip的源,下面设置是阿里的源

pip config set global.index-url https://mirrors.aliyun.com/pypi/simple
pip config set install.trusted-host mirrors.aliyun.com

常用的其他的镜像源有如下: 1. https://mirrors.aliyun.com/pypi/simple 阿里云的源 2. https://pypi.tuna.tsinghua.edu.cn/simple 清华源 3. https://pypi.mirrors.ustc.edu.cn/simple 中国科技大学 4. https://pypi.doubanio.com/simple 豆瓣源

注意trusted-host就是地址的域名

1

站点声明:站点主要用于个人技术文章。

冀ICP备19037883号
相关侵权、举报、投诉及建议等,请发E-mail:804330969@qq.com