Python使用阿里云镜像

Python使用阿里云镜像
tag特工

Python使用阿里云镜像
临时使用
pip install -i https://mirrors.aliyun.com/pypi/simple/ 包名
1
以后都使用阿里云的源
pip config set global.index-url https://mirrors.aliyun.com/pypi/simple/

————————————————
版权声明:本文为CSDN博主「Jtag特工」的原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接及本声明。
原文链接:https://blog.csdn.net/lusing/article/details/104437843

你可能感兴趣的:(Python使用阿里云镜像)