diff options
| author | Stefan Kangas | 2024-09-29 23:29:54 +0200 |
|---|---|---|
| committer | Stefan Kangas | 2024-09-29 23:39:54 +0200 |
| commit | dd4c67907eb3084c6f55828c51bca1675a98376d (patch) | |
| tree | 950772b6a0be54eb88793f5cb2aee427b0b27e32 /test | |
| parent | 4003d5f12673d243d2cf5e36f6d124d166cc96be (diff) | |
| download | emacs-dd4c67907eb3084c6f55828c51bca1675a98376d.tar.gz emacs-dd4c67907eb3084c6f55828c51bca1675a98376d.zip | |
Try "python" before "python3" in python-mode
Prefer whatever version of Python that "python" might point to; use
"python3" if it doesn't exist. On recent versions of typical GNU/Linux
distributions, "python" either does not exist or it points to Python 3.
In (presumed rare) cases where "python" points to Python 2 instead,
users are now expected to manually customize these variables if they
want to use Python 3.
* lisp/progmodes/python.el (python-interpreter)
(python-shell-interpreter): Prefer "python" to "python3".
Ref:
https://lists.gnu.org/r/emacs-devel/2024-09/msg00885.html
Diffstat (limited to 'test')
0 files changed, 0 insertions, 0 deletions