On May 28, 8:24 pm, Anssi Kääriäinen <[email protected]> wrote: > Is there any workaround for this? I need to install psycopg2 and cx- > oracle under python 3 to run the tests, and virtualenv is the only way > I know how to do this. However, this issue is causing a lot of noise > in the results, making testing the py3-branch somewhat hard.
Just get a recent version of virtualenv.py and run that. For example, https://raw.github.com/pypa/virtualenv/1.7.1.2/virtualenv.py (I've not specifically tested this exact version, but IIRC I only had the problem with my distro's version, which was a little out of date). It's a self contained script, so just downloading it and running it should allow you to create a working virtual environment. Thanks for your input so far. Regards, Vinay Sajip -- You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-developers?hl=en.
