bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#70815: [PATCH] ; Enahnce python-tests.el to adapt different python i


From: Mattias Engdegård
Subject: bug#70815: [PATCH] ; Enahnce python-tests.el to adapt different python interpreters
Date: Mon, 27 May 2024 12:24:33 +0200

26 maj 2024 kl. 17.52 skrev Eli Zaretskii <eliz@gnu.org>:

> Why do you have "python" as python2 when you have Python 3.x
> installed?  The usual practice is to have "python" invoke the
> preferred version, which is normally the latest one.

That is a misunderstanding. It is not at all unusual to have plain `python` 
being Python 2 for compatibility with old scripts. (A long-running debate point 
in the transition from Python 2 to 3.)

In any case, this set-up is standard in macOS (at least my version), and I'm 
quite sure I've seen similar arrangements in other systems.

What we are debating now is whether it is worth making the tests pass for 
certain Python 2 installations if the user somehow prefers those (with 
EMACS_PYTHON_INTERPRETER), and if so, how.

Kobarity and Lin Sun, wouldn't it make sense to tie the interpreter to test to 
`python-shell-interpreter`?






reply via email to

[Prev in Thread] Current Thread [Next in Thread]