博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
配置当前用户使用豆瓣pip源
阅读量:6208 次
发布时间:2019-06-21

本文共 917 字,大约阅读时间需要 3 分钟。

配置当前用户使用豆瓣pip源

 
  1. mkdir ~/.pip/
  2. cat ~/.pip/pip.conf
    • [global]
    • index-url = 
    • download_cache = ~/.cache/pip
    • [install]
    • use-mirrors = true
    • mirrors = 
  3. 一些可选的参数
    • trusted-host = pypi.douban.com
    • timeout=6000
      来源: 

 

  • On Unix the default configuration file is: $HOME/.config/pip/pip.conf which respects the XDG_CONFIG_HOME environment variable.
  • On Mac OS X the configuration file is $HOME/Library/Application Support/pip/pip.conf.
  • On Windows the configuration file is %APPDATA%\pip\pip.ini.

There are also a legacy per-user configuration file which is also respected, these are located at:

  • On Unix and Mac OS X the configuration file is: $HOME/.pip/pip.conf
  • On Windows the configuration file is: %HOME%\pip\pip.ini

You can set a custom path location for this config file using the environment variable PIP_CONFIG_FILE.

Inside a virtualenv:

  • On Unix and Mac OS X the file is $VIRTUAL_ENV/pip.conf
  • On Windows the file is: %VIRTUAL_ENV%\pip.ini

转载地址:http://aszja.baihongyu.com/

你可能感兴趣的文章
【NLP】HanLP环境
查看>>
Java常见设计模式之单例模式
查看>>
Application Architecture Guide 2.0 chapter 1
查看>>
(轉貼) 哪些男人嫁不得 神父教妳七招 (Misc)
查看>>
(筆記) 否定疑問句的回答 (Japanese)
查看>>
互联网常见Open API文档资源
查看>>
android EditText中的inputType
查看>>
基本概念
查看>>
ie6.7.8的hack
查看>>
IOS学习之路九(配置restful webservice 框架restkit)
查看>>
Hadoop: the definitive guide 第三版 拾遗 第十二章 之Hive分区表、桶
查看>>
如何修改 EM12c 中 SYSMAN 用户的密码?
查看>>
[Leetcode] Trapping Rain Water
查看>>
算法练习 (二)
查看>>
程序员谈学习:我为什么要学习Linux?
查看>>
Oracle Essbase入门系列(一)
查看>>
Python编程-Office操作-操作Excel(上)
查看>>
IOCP数据中间件
查看>>
人性的重构
查看>>
SQL Server 排名函数 简单应用
查看>>