Skip to content
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

fix(env): run Python inside environments in isolated mode #6628

Merged
merged 1 commit into from Sep 28, 2022

Conversation

neersighted
Copy link
Member

This avoids issues when PYTHON* environmental variables are set, and prevents the CWD from being added to sys.path (and thus clobbering stdlib names).

Resolves: #6627

@neersighted neersighted added kind/bug Something isn't working as expected area/venv Related to virtualenv management impact/changelog Requires a changelog entry labels Sep 26, 2022
@neersighted neersighted requested review from finswimmer and radoering and removed request for finswimmer September 27, 2022 19:41
@neersighted neersighted enabled auto-merge (rebase) September 28, 2022 04:11
this avoids issues when `PYTHON*` environmental variables are set, and
prevents the CWD from being added to `sys.path` (and thus clobbering
stdlib names)
@neersighted neersighted merged commit 92dee36 into python-poetry:master Sep 28, 2022
@neersighted neersighted added this to the 1.3 milestone Sep 29, 2022
Copy link

This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Feb 29, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area/venv Related to virtualenv management impact/changelog Requires a changelog entry kind/bug Something isn't working as expected
Projects
None yet
Development

Successfully merging this pull request may close these issues.

poetry install incorrectly resolve python files in current folder
2 participants