Re: [Patch] Use Python 3 in higher priority than Python2

2021-01-26 Thread Daniel Shahaf
Yasuhito FUTATSUKI wrote on Sat, Jan 23, 2021 at 01:57:07 +0900: > Parhaps it is a missed one, that should be fixed :) > > With this patch, even if environment variable PYTHON pointed to Python 2, > the configure script searches Python 3 at first. I'm irresolute that > it is what it should be or n

[Patch] Use Python 3 in higher priority than Python2

2021-01-22 Thread Yasuhito FUTATSUKI
Parhaps it is a missed one, that should be fixed :) With this patch, even if environment variable PYTHON pointed to Python 2, the configure script searches Python 3 at first. I'm irresolute that it is what it should be or not, and we should add --with-python argment to specify Python interpreter e