pip源配置
Linux环境pip配置文件地址:
~/.pip/pip.conf
Windows环境pip配置文件地址:
%APPDATA%/pip/pip.ini
配置阿里源:
[global]
index_url=http://mirrors.aliyun.com/pypi/simple/
[install]
trusted-host=mirrors.aliyun.com
最后更新于
这有帮助吗?
Linux环境pip配置文件地址:
~/.pip/pip.conf
Windows环境pip配置文件地址:
%APPDATA%/pip/pip.ini
配置阿里源:
[global]
index_url=http://mirrors.aliyun.com/pypi/simple/
[install]
trusted-host=mirrors.aliyun.com
最后更新于
这有帮助吗?