[issue19734] venv and ensurepip are affected by pip environment variable settings

2013-12-23 Thread Nick Coghlan
Nick Coghlan added the comment: Buildbot is happy with that version: http://buildbot.python.org/all/builders/AMD64%20Ubuntu%20LTS%203.x/builds/3496/steps/test/logs/stdio -- resolution: -> fixed stage: needs patch -> committed/rejected status: open -> closed type: -> behavior _

[issue19734] venv and ensurepip are affected by pip environment variable settings

2013-12-22 Thread Roundup Robot
Roundup Robot added the comment: New changeset 3b3d1c312042 by Nick Coghlan in branch 'default': Issue #19734: add missing NEWS entry http://hg.python.org/cpython/rev/3b3d1c312042 -- ___ Python tracker

[issue19734] venv and ensurepip are affected by pip environment variable settings

2013-12-22 Thread Roundup Robot
Roundup Robot added the comment: New changeset 98d8bf13a32c by Nick Coghlan in branch 'default': Issue #19734: ignore pip env vars in ensurepip._uninstall http://hg.python.org/cpython/rev/98d8bf13a32c -- ___ Python tracker

[issue19734] venv and ensurepip are affected by pip environment variable settings

2013-12-22 Thread Nick Coghlan
Nick Coghlan added the comment: The PIP_REQUIRES_VIRTUALENV buildbot still failed: http://buildbot.python.org/all/builders/AMD64%20Ubuntu%20LTS%203.x/builds/3495/steps/test/logs/stdio This suggests both that the setting didn't get cleared as expected *and* that pip 1.5rc2 still failed to detec

[issue19734] venv and ensurepip are affected by pip environment variable settings

2013-12-22 Thread Nick Coghlan
Nick Coghlan added the comment: Issue 20053 covers a related issue with ensurepip and venv being affected by the user's default pip config file. -- ___ Python tracker ___ __

[issue19734] venv and ensurepip are affected by pip environment variable settings

2013-12-22 Thread Roundup Robot
Roundup Robot added the comment: New changeset 7a5a4d7c564d by Nick Coghlan in branch 'default': Close #19734: ignore pip env vars in ensurepip http://hg.python.org/cpython/rev/7a5a4d7c564d -- resolution: -> fixed stage: -> committed/rejected status: open -> closed ___

[issue19734] venv and ensurepip are affected by pip environment variable settings

2013-12-21 Thread Nick Coghlan
Changes by Nick Coghlan : -- assignee: -> ncoghlan ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue19734] venv and ensurepip are affected by pip environment variable settings

2013-12-03 Thread Nick Coghlan
Nick Coghlan added the comment: 1358 (failing to detect native virtual environments) will be resolved upstream, but for 1359 (telling pip to ignore the environment variables), I've decided I agree with Paul's suggestion on the pip issue that it makes sense for venv to just strip all environmen

[issue19734] venv and ensurepip are affected by pip environment variable settings

2013-12-03 Thread Nick Coghlan
Changes by Nick Coghlan : -- priority: deferred blocker -> release blocker ___ Python tracker ___ ___ Python-bugs-list mailing list Un

[issue19734] venv and ensurepip are affected by pip environment variable settings

2013-12-03 Thread Nick Coghlan
Nick Coghlan added the comment: Issue for the lack of attention paid to sys.flags.ignore_environment: https://github.com/pypa/pip/issues/1359 -- ___ Python tracker ___ _

[issue19734] venv and ensurepip are affected by pip environment variable settings

2013-12-03 Thread Nick Coghlan
Nick Coghlan added the comment: Issue for the failure to detect a native venv: https://github.com/pypa/pip/issues/1358 -- ___ Python tracker ___

[issue19734] venv and ensurepip are affected by pip environment variable settings

2013-11-25 Thread Nick Coghlan
Nick Coghlan added the comment: Hmm, this may also indicate a bug in pip's "require virtualenv" handling. Why isn't it detecting that sys.prefix and sys.base_prefix are different, and hence it *is* running in a venv created virtual environment? -- ___

[issue19734] venv and ensurepip are affected by pip environment variable settings

2013-11-23 Thread Nick Coghlan
Nick Coghlan added the comment: test_venv appears to be green on all the stable buildbots now. However, blocking PIP_REQUIRE_VIRTUALENV in the test probably isn't the right place for workaround - resolution in venv or ensurepip would be more appropriate. -- priority: release blocker