<div dir="ltr"><div>OK with a fresh head this morning... it was PEBCAK as usual. I had installed python3 (which was3.2) and python3.4, but not python3.3. Now I have installed python3.3 all is working as advertised. Sorry for the confusion and thanks everyone for your help.<br>
<br></div>Brianna<br></div><div class="gmail_extra"><br><br><div class="gmail_quote">On 17 April 2014 04:38, Floris Bruynooghe <span dir="ltr"><<a href="mailto:flub@devork.be" target="_blank">flub@devork.be</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="">On 16 April 2014 22:58, Brianna Laugher <<a href="mailto:brianna.laugher@gmail.com">brianna.laugher@gmail.com</a>> wrote:<br>

> So, what is the answer?<br>
> 1) Install multiple pythons in a single virtualenv, somehow<br>
<br>
</div>The multiple python's need to be on the system, system wide installs<br>
are fine.  Personally I use the system provided ones plus, on ubuntu,<br>
the deadsnakes ppa for all other python versions.  On my Debian boxes<br>
I build the other versions from scratch.  But most systems ship with a<br>
2.x and a 3.x version by now which is a good enough start.<br>
<div class=""><br>
> 2) Install tox system-wide, in which case how does it know about my<br>
> development version of py.test? (from current working dir?)<br>
<br>
</div>Contrary to Holger I tend to install tox in my system's python using<br>
"pip install -U --user tox" and use that to run the py.test tests.  It<br>
works with the current working dir to find the package under test<br>
indeed, then it packs it up and deploys it in a few virtualenvs it<br>
manages itself.<br>
<br>
<br>
Hope that helps,<br>
Floris<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
Debian GNU/Linux -- The Power of Freedom<br>
<a href="http://www.debian.org" target="_blank">www.debian.org</a> | <a href="http://www.gnu.org" target="_blank">www.gnu.org</a> | <a href="http://www.kernel.org" target="_blank">www.kernel.org</a><br>
</font></span></blockquote></div><br><br clear="all"><br>-- <br>They've just been waiting in a mountain for the right moment: <a href="http://modernthings.org/">http://modernthings.org/</a>
</div>