From: Thibaut Cuvelier Date: Mon, 9 Sep 2024 21:31:53 +0000 (+0200) Subject: Add a comment for Python binary names. X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=e1efc709592c2572b9f9bf24a41eb6835a81057b;p=lyx.git Add a comment for Python binary names. --- diff --git a/src/support/os.cpp b/src/support/os.cpp index 9a901cfd02..d34adee420 100644 --- a/src/support/os.cpp +++ b/src/support/os.cpp @@ -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");