Python使用阿里云镜像

2021/12/18 11:49:52

本文主要是介绍Python使用阿里云镜像,对大家解决编程问题具有一定的参考价值,需要的程序猿们随着小编来一起学习吧!

临时使用
pip install -i https://mirrors.aliyun.com/pypi/simple/ 包名

以后都使用阿里云的源
pip config set global.index-url https://mirrors.aliyun.com/pypi/simple/


查看设置的结果
pip config list


取消设置
pip config unset global.index-url

也可以修改~/.config/pip/pip.conf

原文链接:https://blog.csdn.net/lusing/article/details/104437843



这篇关于Python使用阿里云镜像的文章就介绍到这儿,希望我们推荐的文章对大家有所帮助,也希望大家多多支持为之网!


扫一扫关注最新编程教程