Windows永久修改pip安装源

Posted lab-zj

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Windows永久修改pip安装源相关的知识,希望对你有一定的参考价值。

一些国内的pip源:

阿里云 http://mirrors.aliyun.com/pypi/simple/
中国科技大学 https://pypi.mirrors.ustc.edu.cn/simple/ 
豆瓣(douban) http://pypi.douban.com/simple/ 
清华大学 https://pypi.tuna.tsinghua.edu.cn/simple/
中国科学技术大学 http://pypi.mirrors.ustc.edu.cn/simple/

 

操作步骤

1. 在C盘中找到目录: C:Users用户名AppDataRoaming

2. 查看在Roaming文件夹下新建pip文件夹(如果已经存在就跳过此步)

3. 在pip文件夹中创建一个pip.ini文件

4. 使用记事本的方式打开pip.ini文件,写入:

[global]
index-url = https://pypi.tuna.tsinghua.edu.cn/simple
[install]
trusted-host=mirrors.aliyun.com

5. 完成

以上是关于Windows永久修改pip安装源的主要内容,如果未能解决你的问题,请参考以下文章

windows及linux环境下永久修改pip镜像源的方法

Django 安装

pip 常用镜像源及永久配置镜像源

Windows下更换pip源

python-更改pip源

Python修改pip使用国内源