pip设定阿里云镜像
编写pip.conf
文档
linux部位
~/.config/pip/pip.conf
windows部位
C:/User/登录名/pip/pip.ini
macOS部位:
~/.pip/pip.conf
配备內容以下:
[global]
index-url = http://mirrors.aliyun.com/pypi/simple/
[install]
trusted-host=mirrors.aliyun.com
编写pip.conf
文档
linux部位
~/.config/pip/pip.conf
windows部位
C:/User/登录名/pip/pip.ini
macOS部位:
~/.pip/pip.conf
配备內容以下:
[global]
index-url = http://mirrors.aliyun.com/pypi/simple/
[install]
trusted-host=mirrors.aliyun.com