
Python使用阿里云镜像
Python使用阿里云镜像 临时使用 pip install -i mirrors.aliyun/pypi/simple/ 包名 以后都使用阿里云的源 pip config set global.index-url mirrors.aliyun/pypi/simple/ 查看设置的结果 pip config list 取消设置 pip config unset global.index-url
也可以修改~/.config/pip/pip.conf
👁️ 阅读量:0
© 版权声明:本文《Python使用阿里云镜像》内容均为本站精心整理或网友自愿分享,如需转载请注明原文出处:https://www.zastudy.cn/wen/1686906832a382250.html。