python配置pip_Python pip源配置

pipy国内镜像目前有:

Win7下配置pip源:

1、在win7用户目录下创建pip目录,以用户user为例:

C:\Users\user\pip

2、在pip目录下新建pip.ini文件:

C:\Users\user\pip\pip.ini

3、配置文件内容:

以下是一个简单的配置示例,供参考:

[global]

index-url = http://pypi.douban.com/simple

trusted-host =pypi.douban.com

disable-pip-version-check = truetimeout= 120[install]

ignore-installed = trueno-dependencies = yes

Linux系统配置pip源:

1、创建~/.pip/pip.conf

2、pip.conf配置内容同win7,如下:

[global]

index-url = http://pypi.douban.com/simple

trusted-host =pypi.douban.com

disable-pip-version-check = truetimeout= 120[install]

ignore-installed = trueno-dependencies = yes

virtualenv下配置pip源:

1、在virtualenv目录下创建env/pip.conf

2、pip.conf内容同Linux,不再赘述。

手动指定pip源:

pip install -i http:///simple

例如:

pip install -i http://pypi.douban.com/simple simplejson

只要pip命令中出现的选项都可以配置在配置文件中,比如直接输入pip命令,会提示以下选项,那么这些选项都可以写在配置文件中:

General Options:

-h, --help Show help.

--isolated Run pip inan isolated mode, ignoring

environment variables and user configuration.

-v, --verbose Give moreoutput. Option is additive, and can be

used up to 3times.

-V, --version Show version and exit.

-q, --quiet Give lessoutput. Option is additive, and can be

used up to 3times (corresponding to WARNING,

ERROR, and CRITICAL logging levels).

--log Path to a verbose appending log.

--proxy Specify a proxy inthe form

[user:passwd@]proxy.server:port.

--retries Maximum number of retries each connection should

attempt (default 5times).

--timeout Set the socket timeout (default 120.0seconds).

--exists-action Default action when a path already exists:

(s)witch, (i)gnore, (w)ipe, (b)ackup, (a)bort.

--trusted-host Mark this host as trusted, even though it does

not have valid or any HTTPS.

--cert Path to alternate CA bundle.

--client-cert Path to SSL client certificate, a single filecontaining the private key and the certificate

inPEM format.

--cache-dir

--no-cache-dirDisable the cache.

--disable-pip-version-check

Don't periodically check PyPI to determine

whether a new version of pip is available fordownload. Implied with --no-index.

可根据需要自行添加。

  • 0
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值