Skip to content

Commit 40005a7

Browse files
committed
Closes python#25360: Merged fix from 3.5.
2 parents c168167 + a5892ab commit 40005a7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PC/launcher.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1255,7 +1255,7 @@ path '%ls'", command);
12551255
* is no version specification.
12561256
*/
12571257
debug(L"searching PATH for python executable\n");
1258-
cmd = find_on_path(L"python");
1258+
cmd = find_on_path(PYTHON_EXECUTABLE);
12591259
debug(L"Python on path: %ls\n", cmd ? cmd->value : L"<not found>");
12601260
if (cmd) {
12611261
debug(L"located python on PATH: %ls\n", cmd->value);

0 commit comments

Comments
 (0)