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 ? |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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: