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
haython
V2EX  ›  Python

python easy_install 总是连接不到,怎么办?

  •  
  •   haython · 2014-08-05 11:01:06 +08:00 · 2617 次点击
    这是一个创建于 3564 天前的主题,其中的信息可能已经有所发展或是发生改变。
    服务器上,怎么搞?
    7 条回复    2014-08-05 17:36:38 +08:00
    jjx
        1
    jjx  
       2014-08-05 12:23:30 +08:00
    换pip 用douban的pypi,能够解决一部分问题
    no13bus
        2
    no13bus  
       2014-08-05 12:37:04 +08:00
    tonic
        3
    tonic  
       2014-08-05 13:18:50 +08:00
    1. 嫑用easy_install, 丫都不提供卸载...
    2. pip install xxx --index-url=http://pypi.douban.com/simple/
    或者在你的~/.pip/pip.conf里写
    [global]
    index-url=http://pypi.douban.com/simple/
    fork3rt
        4
    fork3rt  
       2014-08-05 13:29:49 +08:00
    easy_install -i http://pipy.douban.com/simple xxx
    jianghu52
        5
    jianghu52  
       2014-08-05 13:39:37 +08:00
    用pypi吧。豆瓣更新的都很及时,关键是下载速度也有保证。
    zonyitoo
        6
    zonyitoo  
       2014-08-05 17:36:22 +08:00
    也可以使用我们学习的镜像 http://mirror.sysu.edu.cn/pypi/simple
    zonyitoo
        7
    zonyitoo  
       2014-08-05 17:36:38 +08:00
    s/学习/学校/
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   1449 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 23ms · UTC 23:45 · PVG 07:45 · LAX 16:45 · JFK 19:45
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.