标签:conf index 成功 details http tip 国内源 net aliyun
pip 不换源 太卡了
https://blog.csdn.net/xy707707/article/details/80787991
pip更换为国内源,可以大大的提高安装成功率和速度。
mkdir ~/.pip
vim ~/.pip/pip.conf
[global]
timeout = 6000
index-url = https://mirrors.aliyun.com/pypi/simple/
trusted-host = pypi.tuna.tsinghua.edu.cn
https 才可以用,不知道为什么
标签:conf index 成功 details http tip 国内源 net aliyun
原文地址:https://www.cnblogs.com/eat-too-much/p/13155956.html