V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
推荐学习书目
Learn Python the Hard Way
Python Sites
PyPI - Python Package Index
http://diveintopython.org/toc/index.html
Pocoo
值得关注的项目
PyPy
Celery
Jinja2
Read the Docs
gevent
pyenv
virtualenv
Stackless Python
Beautiful Soup
结巴中文分词
Green Unicorn
Sentry
Shovel
Pyflakes
pytest
Python 编程
pep8 Checker
Styles
PEP 8
Google Python Style Guide
Code Style from The Hitchhiker's Guide
Livid
V2EX  ›  Python

pypi.v2ex.com

  •  
  •   Livid · 2012-12-13 21:34:42 +08:00 · 6606 次点击
    这是一个创建于 4163 天前的主题,其中的信息可能已经有所发展或是发生改变。
    这是一个由 ORCA.io 加速的 PyPI 源,使用方法是:

    在 ~/.pip/ 下创建文件 pip.conf(如果还没有的话),并填入以下内容:

    [global]
    index-url = http://pypi.v2ex.com/simple
    8 条回复    1970-01-01 08:00:00 +08:00
    humiaozuzu
        1
    humiaozuzu  
       2012-12-13 21:39:48 +08:00
    希望能够更多的共享一下搭建的细节,最近学校的网络中心也在和Linux的成员合作搭建。
    Candyhorse
        2
    Candyhorse  
       2012-12-13 21:44:43 +08:00
    @humiaozuzu 清华也有一个源,教育网应该比较快
    enj0y
        3
    enj0y  
       2012-12-13 22:02:51 +08:00
    @humiaozuzu 我只会NGINX搭建,工作原理应该和Livid的源的差不多~~~~
    你也可以百度搜索 “NGINX PROXY_CACHE 教学”
    zhwei
        4
    zhwei  
       2012-12-13 22:21:53 +08:00
    @Livid 顶一楼,求搭建细节,前不久在校内网搭了一个[ubuntu](http://mirrors.sdutlinux.org/)的源
    melaozhu
        5
    melaozhu  
       2012-12-14 11:11:54 +08:00
    下载速度和同步速度很关键~
    yoyicue
        6
    yoyicue  
       2012-12-16 16:51:54 +08:00   ❤️ 1
    做源并不是很难, 重要的是一直坚持下去
    可以单个软件的时候切换源
    pip install flask -i http://e.pypi.python.org/simple
    pip install flask -i http://pypi.v2ex.com/simple

    或者
    pip install -r requirements.txt -i http://e.pypi.python.org/simple
    pip install -r requirements.txt -i http://pypi.v2ex.com/simple
    lex
        7
    lex  
       2013-02-21 14:56:09 +08:00
    貌似连不上了 @livid
    Livid
        8
    Livid  
    MOD
    OP
       2013-02-21 15:03:53 +08:00
    @lex 你 ping pypi.v2ex.com 时看到的 IP 是多少?
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   1075 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 26ms · UTC 22:24 · PVG 06:24 · LAX 15:24 · JFK 18:24
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.