cpython icon indicating copy to clipboard operation
cpython copied to clipboard

gh-99204: Calculate base_executable by alternate names in POSIX venvs

Open vfazio opened this issue 2 years ago • 0 comments

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.

  • Issue: gh-99204

vfazio avatar Nov 07 '22 15:11 vfazio