-
-
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
Option --system-site-packages has to be given explicitly now #32
Comments
Original comment by @hpk42 Not released to mainline pypi yet, plan that in the next couple days. Meanwhile you can try "pip install -i http://pypi.testrun.org -U tox" to get a current candidate. |
Original comment by @dhellmann Is this fix in a release yet? |
Original comment by @hpk42 fix issue32 - properly handle virtualenv changed options for system site packages → <<cset 0435511d39f3>> |
Original comment by jendrikseipp It seems the issue has already been fixed in master. |
Original comment by @hpk42 agreed. care to submit a pull request ? |
In virtualenv 1.7.1.2 the option --no-site-packages is the default and deprecated. The option --system-site-packages has to be given explicitly. Currently tox only adds or omits the deprecated --no-site-packages option. If sitepackages=True this seems to be insufficient.
The text was updated successfully, but these errors were encountered: