pip下载速度过慢解决方法

只需要更改下载源地址就可以
运行下面的命令:
第一行是更新pip的

1 pip install pip -U -i https://pypi.tuna.tsinghua.edu.cn/simple #更新pip
2 pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple #更换源

你可能感兴趣的:(pip,python,linux)