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

[3.11] gh-99204: Calculate base_executable by alternate names in POSIX venvs (GH-99206) #99340

Merged
merged 1 commit into from
Nov 10, 2022

Conversation

miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Nov 10, 2022

Check to see if base_executable exists. If it does not, attempt
to use known alternative names of the python binary to find an
executable in the path specified by home.

If no alternative is found, previous behavior is preserved.

Signed-off-by: Vincent Fazio vfazio@gmail.com

(cherry picked from commit c41b13d)

Co-authored-by: Vincent Fazio vfazio@gmail.com
Signed-off-by: Vincent Fazio vfazio@gmail.com

… venvs (pythonGH-99206)

Check to see if `base_executable` exists. If it does not, attempt
to use known alternative names of the python binary to find an
executable in the path specified by `home`.

If no alternative is found, previous behavior is preserved.

Signed-off-by: Vincent Fazio <vfazio@gmail.com>

(cherry picked from commit c41b13d)

Co-authored-by: Vincent Fazio <vfazio@gmail.com>
Signed-off-by: Vincent Fazio <vfazio@gmail.com>
@miss-islington miss-islington merged commit c9f2177 into python:3.11 Nov 10, 2022
@miss-islington miss-islington deleted the backport-c41b13d-3.11 branch November 10, 2022 16:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants