<div dir="ltr">Yup, adding &quot;virtualenv==13.1.2&quot; in my &quot;deps&quot; section and using &quot;python -m virtualenv&quot; instead of &quot;python -m venv&quot; fixes it...<div><br></div><div>While totally understandable, this is rather surprising: I would have expected the official venv implementation to be based on the popular virtualenv package.</div><div><br></div><div>I&#39;m trying to stick to the now standard package since I&#39;m only targetting Python 3.5+ anyways, but I can&#39;t use it when I use Tox to test my package.</div><div><br></div><div>I fear this issue is going to hinder adoption of the standard venv package.<br></div><div><br></div><div>Any plans to make the virtual environment packages interoperable?<br><div><br></div><div>André</div></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Sun, Jan 17, 2016 at 11:28 PM, André Caron <span dir="ltr">&lt;<a href="mailto:andre.l.caron@gmail.com" target="_blank">andre.l.caron@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Thanks for the quick reply :-)<div><br></div><div>Just ran another experiment.  I tried to create the first environment using the same command as Tox, but leave the 2nd unchanged.  It seems like Tox uses the 3rd-party virtualenv package while I was trying to use the built-in venv package provided since Python 3.3+.   Apparently, they don&#39;t like to mix.</div><div><br></div><div>If I change both to use the 3rd-party virtualenv package, it seems to work (at least in a shell script).  I&#39;ll try to get that in my full implementation to confirm.</div><div><br></div><div>Cheers,</div><div><br></div><div>André</div></div><div class="gmail_extra"><br><div class="gmail_quote"><div><div class="h5">On Sun, Jan 17, 2016 at 11:23 PM, Florian Bruhin <span dir="ltr">&lt;<a href="mailto:me@the-compiler.org" target="_blank">me@the-compiler.org</a>&gt;</span> wrote:<br></div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div class="h5">* André Caron &lt;<a href="mailto:andre.l.caron@gmail.com" target="_blank">andre.l.caron@gmail.com</a>&gt; [2016-01-17 23:09:04 -0500]:<br>
<span>&gt; Since it only fails under Tox, I&#39;m assuming Tox is doing something that<br>
&gt; affects the behavior of virtual environment creation, but I can&#39;t figure<br>
&gt; out what.<br>
<br>
</span>Odd... I can reproduce it and first thought it might be because of<br>
environment filtering, but adding &quot;passenv = *&quot; doesn&#39;t change<br>
anything.<br>
<span><font color="#888888"><br>
Florian<br>
<br>
--<br>
<a href="http://www.the-compiler.org" rel="noreferrer" target="_blank">http://www.the-compiler.org</a> | <a href="mailto:me@the-compiler.org" target="_blank">me@the-compiler.org</a> (Mail/XMPP)<br>
   GPG: 916E B0C8 FD55 A072 | <a href="http://the-compiler.org/pubkey.asc" rel="noreferrer" target="_blank">http://the-compiler.org/pubkey.asc</a><br>
         I love long mails! | <a href="http://email.is-not-s.ms/" rel="noreferrer" target="_blank">http://email.is-not-s.ms/</a><br>
</font></span><br></div></div>_______________________________________________<br>
testing-in-python mailing list<br>
<a href="mailto:testing-in-python@lists.idyll.org" target="_blank">testing-in-python@lists.idyll.org</a><br>
<a href="http://lists.idyll.org/listinfo/testing-in-python" rel="noreferrer" target="_blank">http://lists.idyll.org/listinfo/testing-in-python</a><br>
<br></blockquote></div><br></div>
</blockquote></div><br></div>