mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Add another option to get python by using the unversioned name
This commit is contained in:
parent
712600dd6c
commit
34a616bd91
@ -128,6 +128,10 @@ static string const find_python_binary()
|
||||
}
|
||||
}
|
||||
|
||||
// last chance: try the unversioned name
|
||||
if (command.empty())
|
||||
command = python_call("python");
|
||||
|
||||
if (!command.empty())
|
||||
return command;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user