mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 09:32:26 +00:00
Add a comment for Python binary names.
This commit is contained in:
parent
2ea95fa71b
commit
e1efc70959
@ -129,6 +129,7 @@ static string const find_python_binary()
|
||||
}
|
||||
|
||||
// last chance: try the unversioned name
|
||||
// This case is very common on Windows.
|
||||
if (command.empty())
|
||||
command = python_call("python");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user