[Distutils] [venv] pip and virtualenv release candidates

Marcus Smith qwcode at gmail.com
Wed Jul 3 18:26:19 CEST 2013


> 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/distutils-sig/attachments/20130703/2786b1a3/attachment-0001.html>


More information about the Distutils-SIG mailing list