On Wed, 22 Mar 2023 at 15:15, Paolo Bonzini <pbonz...@redhat.com> wrote:
> +Some of these tools are run through the `python3` executable, while others
> +are invoked directly as `sphinx-build` or `meson`, and this can create
> +inconsistencies.  For example, QEMU's `configure` script checks for a
> +minimum version of Python and rejects too-old interpreters.  What would
> +happen if code run via Sphinx or Meson used a different version?

...this is why configure also separately checks that when you run sphinx
it is executing with a new enough Python version.

-- PMM

Reply via email to