-
-
Notifications
You must be signed in to change notification settings - Fork 529
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
py33 environment uses python2.7 virtualenv.py? #129
Comments
Original comment by @hpk42 You can install the dev version with |
Original comment by jorgenschaefer Thanks a lot! :-) |
Original comment by @hpk42 fix issue129: tox now uses Popen(..., universal_newlines=True) to force → <> |
Original comment by jorgenschaefer
Indeed, according to the documentation, if Looks like this only happens when Edit: … and yes, adding |
Original comment by @hpk42 Using the python2.7 virtualenv is fine, expected behaviour. After all, before creating the py33 env, there is no "virtualenv" installed with python3.3. I can't reproduce the problem. Could you try to find out which of the |
I'm using tox in a pretty simple setup, and can't get it to run with the py33 environment. It is quite likely that this is a bad setup on my local system, but I can't figure out why it is doing what it is doing.
I can't figure out why it is using the virtualenv.py from python2.7. Shouldn't it be using venv.py from python3.3?
The text was updated successfully, but these errors were encountered: