美文网首页
Python使用阿里云镜像

Python使用阿里云镜像

作者: Jtag特工 | 来源:发表于2020-02-22 01:25 被阅读0次

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

取消设置

pip3 config unset global.index-url

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

相关文章

网友评论

      本文标题:Python使用阿里云镜像

      本文链接:https://www.haomeiwen.com/subject/khykqhtx.html