python 修改豆瓣pip源

简介: 豆瓣pip源地址https://pypi.doubanio.com 之前的pypi.douban.com 现已修改为 pypi.doubanio.com阿里云pip源地址https://mirrors.

豆瓣pip源地址

https://pypi.doubanio.com

之前的pypi.douban.com 现已修改为 pypi.doubanio.com


阿里云pip源地址

https://mirrors.aliyun.com/pypi/


163 pip源地址

https://mirrors.163.com/pypi/


手动指定源:

在pip后面跟-i 来指定源,比如用豆瓣的源来安装web.py框架

pip install web.py -i

注意后面要有/simple目录!!!


配置文件

需要创建或修改配置文件(linux的文件在~/.pip/pip.conf,windows在%HOMEPATH%\pip\pip.ini),修改内容为:

[global]
index-url = 


目录
相关文章
|
Python
python pip设置代理
python pip设置代理
2980 0
|
6月前
|
开发者 Python
确保你的Python环境中已经安装了`python-docx`模块。如果还没有安装,可以通过pip来安装:
确保你的Python环境中已经安装了`python-docx`模块。如果还没有安装,可以通过pip来安装:
|
6月前
|
自然语言处理 安全 Shell
【Python】已解决:Python pip正确安装pyhanlp库步骤
【Python】已解决:Python pip正确安装pyhanlp库步骤
277 2
|
6月前
|
Python
确保你已经安装了`python-barcode`库。如果没有,可以通过pip来安装:
确保你已经安装了`python-barcode`库。如果没有,可以通过pip来安装:
|
8月前
|
Linux API 开发者
python2安装wxpython模块源
【4月更文挑战第4天】
108 11
|
8月前
|
Python
Python 工具和库:解释什么是 PIP?如何使用 PIP 安装 Python 包?
Python 工具和库:解释什么是 PIP?如何使用 PIP 安装 Python 包?
389 0
|
Python
Python pip install修改默认下载路径
Python pip install修改默认下载路径
340 0
|
Python
Python如何添加下载源
Python如何添加下载源
179 0
无法定位软件包python-pip
无法定位软件包python-pip
176 0

热门文章

最新文章