commit | c41b13d39ccc2d6e239782de99ba8e3cdd061e5a | [log] [tgz] |
---|---|---|
author | Vincent Fazio <vfazio@gmail.com> | Thu Nov 10 10:26:42 2022 -0600 |
committer | GitHub <noreply@github.com> | Thu Nov 10 16:26:42 2022 +0000 |
tree | 075f0b3abf5024b4aab968a7d8e5e34eaf35b144 | |
parent | f1680c3fbf7d18a1b3a5b390c433298bb6b9fcac [diff] |
gh-99204: Calculate base_executable by alternate names in POSIX venvs (GH-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> Signed-off-by: Vincent Fazio <vfazio@gmail.com>