<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">Hi Eric,<br></div><div class="gmail_quote"><br>On 18 November 2013 16:34, Eric Matthes <span dir="ltr"><<a href="mailto:ehmatthes@gmail.com" target="_blank">ehmatthes@gmail.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div></div><div>Is there a straightforward way to do this? I don't want to have to maintain two separate virtualenv's, if possible.</div>

</blockquote></div><br></div><div class="gmail_extra">Not really. A virtualenv is associated with a specific version of Python, so if you want to use two versions of Python, you'll need two separate virtualenvs. If you want to avoid the hassle of virtualenvs, you could just use the system Python, and install packages with the --user flag.<br>

<br></div><div class="gmail_extra">Thomas<br></div></div>