ubuntu pip换成国内源
mkdir ~/.pip
vim ~/.pip/pip.conf
填入以下内容:
[global]
index-url = http://mirrors.aliyun.com/pypi/simple/
[install]
trusted-host = mirrors.aliyun.com
保存退出后
pip install update
之后程序下载既可以使用国内镜像下载了,速度非常快! 其他pip镜像:
mkdir ~/.pip
vim ~/.pip/pip.conf
填入以下内容:
[global]
index-url = http://mirrors.aliyun.com/pypi/simple/
[install]
trusted-host = mirrors.aliyun.com
保存退出后
pip install update
之后程序下载既可以使用国内镜像下载了,速度非常快! 其他pip镜像: