Re: [PATCH 3/7] configure: Look for auxiliary Python installations

2023-02-15 Thread John Snow
On Fri, Feb 10, 2023 at 2:45 PM Eric Blake wrote: > > On Thu, Feb 09, 2023 at 10:40:30AM -0500, John Snow wrote: > > At the moment, we look for just "python3" and "python", which is good > > enough almost all of the time. But ... if you are on a platform that > > uses an older Python by default an

Re: [PATCH 3/7] configure: Look for auxiliary Python installations

2023-02-10 Thread Eric Blake
On Thu, Feb 09, 2023 at 10:40:30AM -0500, John Snow wrote: > At the moment, we look for just "python3" and "python", which is good > enough almost all of the time. But ... if you are on a platform that > uses an older Python by default and only offers a newer Python as an > option, you'll have to s

[PATCH 3/7] configure: Look for auxiliary Python installations

2023-02-09 Thread John Snow
At the moment, we look for just "python3" and "python", which is good enough almost all of the time. But ... if you are on a platform that uses an older Python by default and only offers a newer Python as an option, you'll have to specify --python=/usr/bin/foo every time. We can be kind and instea