Am Freitag, 30. März 2018 19:38:28 CEST schrieb José Abílio Matos <[email protected]>: > On Tuesday, 27 March 2018 10.29.31 WEST Kornel Benko wrote: > > On cmake build the default is already python3. > > True but then, if I read the code correctly, lyx will pick the language > called python that only on Arch (linux) is python 3, for all other cases > (in linux and other OSs) python refers to python 2.
No, I think you are wrong.
CmakeLists.txt:760
starts with
find_package(PythonInterp 3.3 QUIET)
If python3 is found, it is used as ${LYX_PYTHON_EXECUTABLE} from then on.
> The issue was that we could assume that python was always available, it
> is by default on most (all) linux distribution as it is on Mac OS, for
> Windows the installer bundles it so it always worked. :-)
Kornel
signature.asc
Description: This is a digitally signed message part.
