[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: gnulib-tool: Use the Python implementation by default
From: |
Collin Funk |
Subject: |
Re: gnulib-tool: Use the Python implementation by default |
Date: |
Sat, 27 Apr 2024 13:03:13 -0700 |
User-agent: |
Mozilla Thunderbird |
On 4/27/24 11:49 AM, Bruno Haible wrote:
> - In many older systems, 'python3' exists and 'python' exists as well and is
> a 2.7.x version.
>
> I have not seen a single system where 'python' exists, is version 3, and
> 'python3' does not exist.
There is this PEP which came about with the Python 2 to Python 3
transition:
https://peps.python.org/pep-0394/
If I am interpreting it correctly 'python3' would be correct.
The only other python implementation that I tried was mypy3 which
works fine. I wanted to try Jython but it only supports version 2.7.
Collin
- gnulib-tool: Use the Python implementation by default, Bruno Haible, 2024/04/26
- Re: gnulib-tool: Use the Python implementation by default, Collin Funk, 2024/04/26
- Re: gnulib-tool: Use the Python implementation by default, Pádraig Brady, 2024/04/27
- Re: gnulib-tool: Use the Python implementation by default, Bruno Haible, 2024/04/27
- Re: gnulib-tool: Use the Python implementation by default, Paul Eggert, 2024/04/27
- Re: gnulib-tool: Use the Python implementation by default, Bruno Haible, 2024/04/27
- Re: gnulib-tool: Use the Python implementation by default,
Collin Funk <=
- Re: gnulib-tool: Use the Python implementation by default, Paul Eggert, 2024/04/27
- Re: gnulib-tool: Use the Python implementation by default, Dmitry Selyutin, 2024/04/29
- Re: gnulib-tool: Use the Python implementation by default, Bruno Haible, 2024/04/29
- Re: gnulib-tool: Use the Python implementation by default, Collin Funk, 2024/04/29