qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [qemu-web PATCH] add post about plans for Python venvs


From: Peter Maydell
Subject: Re: [qemu-web PATCH] add post about plans for Python venvs
Date: Wed, 22 Mar 2023 15:18:51 +0000

On Wed, 22 Mar 2023 at 15:15, Paolo Bonzini <pbonzini@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

[Prev in Thread] Current Thread [Next in Thread]