FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

[3.11] gh-99204: Calculate base_executable by alternate names in POSIX venvs (GH-99206) by miss-islington · Pull Request #99340 · python/cpython · GitHub

/ cpython Public

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

Merged
miss-islington merged 1 commit into
python:3.11from
miss-islington:backport-c41b13d-3.11
Nov 10, 2022
Merged

[3.11] gh-99204: Calculate base_executable by alternate names in POSIX venvs (GH-99206)#99340
miss-islington merged 1 commit into
python:3.11from
miss-islington:backport-c41b13d-3.11

Conversation

miss-islington commented Nov 10, 2022
edited by bedevere-bot
Loading

Copy link
Copy Markdown
Contributor

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 merged commit c9f2177 into python:3.11 Nov 10, 2022
miss-islington deleted the backport-c41b13d-3.11 branch November 10, 2022 16:53
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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


Back | FazBrowse Home | New Git URL