美文网首页
pip3安装软件出现time out错误

pip3安装软件出现time out错误

作者: Al_不期而遇 | 来源:发表于2018-07-30 09:58 被阅读8次

在我安装absible的时候,网速很慢,考虑到可能是国外的镜像做出如些变动:

1、临时修改pip源

pip3 install -i https://pypi.tuna.tsinghua.edu.cn/simple/ ansible 

2、永久修改pip源

vi ~/.pip/pip.conf

[global]

index-url = https://pypi.tuna.tsinghua.edu.cn/simple/

相关文章

网友评论

      本文标题:pip3安装软件出现time out错误

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