PYTHONEXECUTABLE should point at the output of sys.executable **Issue:** bin/python does not always exist the default build for python will generate bin/python<major>.<minor> i.e. bin/python3.10 Using sys.executable should be sufficient to set this variable.
PYTHONEXECUTABLE should point at the output of sys.executable
Issue:
bin/python does not always exist the default build for python will generate bin/python. i.e. bin/python3.10
Using sys.executable should be sufficient to set this variable.