<div dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote">On 16 April 2014 16:44, holger krekel <span dir="ltr"><<a href="mailto:holger@merlinux.eu" target="_blank">holger@merlinux.eu</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><br><div class="">
> I can manually pip install nose, mock and pytest-flakes, but I don't know<br>
> how to make python3.3 (which I have installed from my OS repo) "visible" or<br>
> available to this virtualenv. Any ideas?<br>
<br>
</div>It should be on the PATH, so invoking "python3.3" should basically work.<br clear="all"></blockquote><div><br></div><div>Do you mean calling runtox.py with the right python version? No luck there either:<br>
</div><div><br>(pytest)brianna@montreal:~/workspace/pytest$ which python3.4<br>/usr/bin/python3.4<br>(pytest)brianna@montreal:~/workspace/pytest$ python3.4 runtox.py -v -e py27,py34,flakes<br>/usr/bin/python3.4: No module named tox<br>
(pytest)brianna@montreal:~/workspace/pytest$ which python3<br>/usr/bin/python3<br>(pytest)brianna@montreal:~/workspace/pytest$ python3 runtox.py -v -e py27,py34,flakes<br>/usr/bin/python3: No module named tox<br><br></div>
<div> Brianna</div></div><br>-- <br>They've just been waiting in a mountain for the right moment: <a href="http://modernthings.org/">http://modernthings.org/</a>
</div></div>