-
-
Notifications
You must be signed in to change notification settings - Fork 30.6k
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
PEP 453: venv module and pyvenv integration #63751
Comments
Part of the PEP-453 implementation as tracked in bpo-19347. This issue covers the venv module and pyvenv CLI updates:
|
Since ensurepip needs to manipulate sys.path, I ended up running the "-m ensurepip" using the venv Python in a subprocess. This both avoids side effects on the current process and gets ensurepip the right target directory settings automatically. |
That's similar to how virtualenv does it, so it's probably pretty reasonable. |
New changeset 57fbab22ab4e by Nick Coghlan in branch 'default': |
Rather than reopening this (which is part of tracking the feature integration for the beta), I opened bpo-19694 to cover the stable buildbot that is objecting to the new venv test (most of the others seem happy with it) |
New changeset a140caad76bc by R David Murray in branch 'default': |
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
bugs.python.org fields:
The text was updated successfully, but these errors were encountered: