在用户根目录下新建.pip目录,在.pip新建pip.conf
点击(此处)折叠或打开
-
cd ~
- mkdir .pip
- cd .pip
- vim pip.conf
-
-
内容:
-
[global]
-
index-url = http://mirrors.aliyun.com/pypi/simple/ #可以手工指定是http的或者https的
-
-
[install]
-
trusted-host=mirrors.aliyun.com
-
- 保存即可