]> git.lyx.org Git - lyx.git/commitdiff
Add a comment for Python binary names.
authorThibaut Cuvelier <tcuvelier@lyx.org>
Mon, 9 Sep 2024 21:31:53 +0000 (23:31 +0200)
committerThibaut Cuvelier <tcuvelier@lyx.org>
Mon, 9 Sep 2024 21:32:07 +0000 (23:32 +0200)
src/support/os.cpp

index 9a901cfd02d8d4140ba0fc6f2983333543a39f9e..d34adee4202eb2aaec9a189e93786d18565d6af8 100644 (file)
@@ -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");