How do I use easy_install and buildout when pypi is down?

后端 未结 7 1479
死守一世寂寞
死守一世寂寞 2021-02-01 23:26

I am using buildout to automatically download and setup the many dependencies of my Plone installation. buildout more or less uses easy_install to download and install a bunch o

7条回答
  •  既然无缘
    2021-02-02 00:06

    This page shows how to use the alternate mirror mentioned in @moraes post, but for easy_install, buildout and virtualenv as well as pip:

    http://jacobian.org/writing/when-pypi-goes-down/

提交回复
热议问题