Re: [PATCH v2 2/2] autogen.sh: Detect python

2021-09-03 Thread Petr Vorel
Hi Daniel, > On Mon, Aug 30, 2021 at 11:53:17AM +0200, Petr Vorel wrote: > > It help to avoid error on distros which has only python3 binary: > > ./autogen.sh: line 20: python: command not found > > Use python3 as the default as python2 is EOL since Jan 2020, but check > > also python which is on

Re: [PATCH v2 2/2] autogen.sh: Detect python

2021-08-31 Thread Daniel Kiper
On Mon, Aug 30, 2021 at 11:53:17AM +0200, Petr Vorel wrote: > It help to avoid error on distros which has only python3 binary: > ./autogen.sh: line 20: python: command not found > > Use python3 as the default as python2 is EOL since Jan 2020, but check > also python which is on most distros if not