From 10884d35148a0ef9cdab1831b198df35772b5196 Mon Sep 17 00:00:00 2001 From: Jean-Marc Lasgouttes Date: Tue, 25 Jun 2019 12:04:26 +0200 Subject: [PATCH] Search also for Python named `python' This is needed for macOS, apparently. --- config/lyxpython.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/lyxpython.m4 b/config/lyxpython.m4 index adc816dde7..21d0d8a963 100644 --- a/config/lyxpython.m4 +++ b/config/lyxpython.m4 @@ -18,7 +18,7 @@ AC_DEFUN([LYX_PATH_PYTHON23], m4_define(py2_ver, [patsubst($1,[\.],[,])]) m4_define(py3_ver, [patsubst($2,[\.],[,])]) - m4_define_default([_AM_PYTHON_INTERPRETER_LIST], [python3 python2]) + m4_define_default([_AM_PYTHON_INTERPRETER_LIST], [python3 python2 python]) if test -n "$PYTHON"; then # If the user set $PYTHON, use it and don't search something else. -- 2.39.5