Re: [Distutils] Virtualenv bug breaking tox runs

2015-07-15 Thread Marius Gedminas
On Wed, Jul 15, 2015 at 12:55:50AM -0400, Randy Syring wrote: I'm trying to use tox from python2 to test a python3 environment. But I get an exception like the following: rsyring@loftex:~/projects/blaze/blazeutils-src$ python -m virtualenv --python python3 ~/tmp/testvenv Running virtualenv

Re: [Distutils] Virtualenv bug breaking tox runs

2015-07-15 Thread Ionel Cristian Mărieș
You could try using the virtualenv rewrite (my branch) - it's well tested, albeit unreviewed. AFAIK it doesn't have the issue you've hit. Just run: pip install https://github.com/ionelmc/virtualenv/archive/develop.zip Thanks, -- Ionel Cristian Mărieș, http://blog.ionelmc.ro On Wed, Jul 15,

[Distutils] Virtualenv bug breaking tox runs

2015-07-14 Thread Randy Syring
I'm trying to use tox from python2 to test a python3 environment. But I get an exception like the following: rsyring@loftex:~/projects/blaze/blazeutils-src$ python -m virtualenv --python python3 ~/tmp/testvenv Running virtualenv with interpreter /home/rsyring/bin/python3 Traceback (most