-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Avoid sys.path pollution when switching interpreters #672
Conversation
I was too hasty in submitting this. It doesn't work, and I can't figure out why:
(My earlier tests were without the rm -rf step, and my patched virtualenv succeeded in updating an existing virtualenv in-place. But it can't create new virtualenvs.) |
Actually... the |
Filed #673 for the problem I'm seeing with the |
An alternative fix was merged (#674) so I'm closing this one. |
d33e617
to
1682ed6
Compare
Hello! As part of an effort to ease the contribution process and adopt a more standard workflow pip has switched to doing development on the If you do nothing, this Pull Request will be automatically closed by @BrownTruck since it cannot be merged. If this pull request is still valid, please rebase it against If you choose to rebase/merge and resubmit this Pull Request, here is an example message that you can copy and paste:
|
This Pull Request was closed because it cannot be automatically reparented to the Please feel free to re-open it or re-submit it if it is still valid and you have rebased it onto |
Fixes #671