Closes #25360: Merged fix from 3.5.
This commit is contained in:
commit
40005a7807
|
@ -1255,7 +1255,7 @@ path '%ls'", command);
|
||||||
* is no version specification.
|
* is no version specification.
|
||||||
*/
|
*/
|
||||||
debug(L"searching PATH for python executable\n");
|
debug(L"searching PATH for python executable\n");
|
||||||
cmd = find_on_path(L"python");
|
cmd = find_on_path(PYTHON_EXECUTABLE);
|
||||||
debug(L"Python on path: %ls\n", cmd ? cmd->value : L"<not found>");
|
debug(L"Python on path: %ls\n", cmd ? cmd->value : L"<not found>");
|
||||||
if (cmd) {
|
if (cmd) {
|
||||||
debug(L"located python on PATH: %ls\n", cmd->value);
|
debug(L"located python on PATH: %ls\n", cmd->value);
|
||||||
|
|
Loading…
Reference in New Issue