There was an error while loading. Please reload this page.
2 parents c168167 + a5892ab commit 40005a7Copy full SHA for 40005a7
1 file changed
PC/launcher.c
@@ -1255,7 +1255,7 @@ path '%ls'", command);
1255
* is no version specification.
1256
*/
1257
debug(L"searching PATH for python executable\n");
1258
- cmd = find_on_path(L"python");
+ cmd = find_on_path(PYTHON_EXECUTABLE);
1259
debug(L"Python on path: %ls\n", cmd ? cmd->value : L"<not found>");
1260
if (cmd) {
1261
debug(L"located python on PATH: %ls\n", cmd->value);
0 commit comments