> FWIW, the following works to update a distribute-baesd virtualenv to the
> new setuptools / vr:
>
>   $ bin/easy_install \
>     --find-links https://bitbucket.org/pypa/setuptools/downloads/ \
>     -U distribute
>
>
good pt.  if you use the unofficial release location, you can do it with
pip as well.

pip install -U 
--find-links=https://bitbucket.org/pypa/setuptools/downloads/distribute

P.S. if you already have pip-1.4, add "--pre" so it can find the
setuptools-0.8 betas (that pip also needs to make this work)

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

Reply via email to