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

2019-03-27 Thread Eduardo Habkost
On Wed, Mar 27, 2019 at 05:07:01PM +, 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 v3] configure: automatically pick python3 is available

2019-03-27 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