Re: [Qemu-devel] [PATCH v2] configure: automatically pick python3 is available

2019-03-27 Thread Daniel P . Berrangé
On Wed, Mar 27, 2019 at 01:38:07PM -0300, Eduardo Habkost wrote: > On Tue, Mar 19, 2019 at 11:02:08AM +, Daniel P. Berrangé wrote: > > Unless overridden via an env var or configure arg, QEMU will only look > > for the 'python' binary in $PATH. This is unhelpful on distros which > > are only shi

Re: [Qemu-devel] [PATCH v2] configure: automatically pick python3 is available

2019-03-27 Thread Eduardo Habkost
On Tue, Mar 19, 2019 at 11:02:08AM +, Daniel P. Berrangé wrote: > Unless overridden via an env var or configure arg, QEMU will only look > for the 'python' binary in $PATH. This is unhelpful on distros which > are only shipping Python 3.x (eg Fedora) in their default install as, > if they compl

Re: [Qemu-devel] [PATCH v2] configure: automatically pick python3 is available

2019-03-27 Thread Eric Blake
On 3/19/19 6:02 AM, Daniel P. Berrangé wrote: > Unless overridden via an env var or configure arg, QEMU will only look > for the 'python' binary in $PATH. This is unhelpful on distros which > are only shipping Python 3.x (eg Fedora) in their default install as, > if they comply with PEP 394, the ba

Re: [Qemu-devel] [PATCH v2] configure: automatically pick python3 is available

2019-03-27 Thread Daniel P . Berrangé
ping On Tue, Mar 19, 2019 at 11:02:08AM +, Daniel P. Berrangé wrote: > Unless overridden via an env var or configure arg, QEMU will only look > for the 'python' binary in $PATH. This is unhelpful on distros which > are only shipping Python 3.x (eg Fedora) in their default install as, > if they

[Qemu-devel] [PATCH v2] configure: automatically pick python3 is available

2019-03-19 Thread Daniel P . Berrangé
Unless overridden via an env var or configure arg, QEMU will only look for the 'python' binary in $PATH. This is unhelpful on distros which are only shipping Python 3.x (eg Fedora) in their default install as, if they comply with PEP 394, the bare 'python' binary won't exist. This changes configur