[Distutils] Virtualenv 1.11.1rc1 Available for Testing

Donald Stufft donald at stufft.io
Wed Jan 8 00:19:03 CET 2014


virtualenv 1.11.1rc1 has been released, which solves a serious issue with the ``—system-site-packages`` flag.

In order to test this copy of virtualenv:

$ curl -L -O https://github.com/pypa/virtualenv/archive/1.11.1rc1.tar.gz
$ echo "e517f28a31792f00699b369932a9b66a  1.11.1rc1.tar.gz" | md5sum -c
1.11.1rc1.tar.gz: OK
$ tar zxf 1.11.1rc1.tar.gz
$ python virtualenv-1.11.1rc1/virtualenv.py myVE
$ myVE/bin/pip install SomePackage

-----------------
Donald Stufft
PGP: 0x6E3CBCE93372DCFA // 7C6B 7C5D 5E2B 6356 A926 F04F 6E3C BCE9 3372 DCFA

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 801 bytes
Desc: Message signed with OpenPGP using GPGMail
URL: <http://mail.python.org/pipermail/distutils-sig/attachments/20140107/1e8c40b7/attachment.sig>


More information about the Distutils-SIG mailing list