Add a comment for Python binary names.

This commit is contained in:
Thibaut Cuvelier 2024-09-09 23:31:53 +02:00
parent 2ea95fa71b
commit e1efc70959

View File

@ -129,6 +129,7 @@ static string const find_python_binary()
}
// last chance: try the unversioned name
// This case is very common on Windows.
if (command.empty())
command = python_call("python");