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