On Thu, Jul 18, 2013 at 10:58 AM, Liam Kirsher <li...@numenet.com> wrote:

>  Marcus,
>
> Thanks!  After reading that I think I can fix this by installing pip 1.4.
>

you can also make your recipe run "pip install -U setuptools" separately
before moving on to the supervisor upgrade.  that will work and is maybe
easier


> However, some questions remain.  Pip is currently being installed via
> distribute_setup.py, which is retrieved from here:
> http://python-distribute.org/distribute_setup.py
>

a setuptools person should probably speak to this, but I would say, don't
use this anymore.   use "ez_setup.py" which is for setuptools.
if you're starting an environment from scratch, just use the new setuptools.
https://pypi.python.org/pypi/setuptools/0.9.6#installation-instructions

Marcus
_______________________________________________
Distutils-SIG maillist  -  Distutils-SIG@python.org
http://mail.python.org/mailman/listinfo/distutils-sig

Reply via email to