qemu-devel
[Top][All Lists]
Advanced

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

Re: [RFC PATCH v3 00/20] configure: create a python venv and ensure meso


From: Paolo Bonzini
Subject: Re: [RFC PATCH v3 00/20] configure: create a python venv and ensure meson, sphinx
Date: Wed, 26 Apr 2023 11:08:31 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.9.1

On 4/26/23 10:53, Daniel P. Berrangé wrote:
I think it'd be useful for support purposes if the configure
script summary printed details of how we setup the venv.
eg perhaps a summary for each python module of whether we
added it to the venv, or relied on te site packages:

    python venv: meson (site), sphinx (venv), avocado (venv)

Yes, I agree John did a great job with the errors but a little more work is needed to cleanup of mkvenv.py's logging of the "good" case. The installation case is already covered by "pip install"'s output, but we need to have something like:

mkvenv: Creating {isolated|non-isolated} virtual environment [based on /home/pbonzini/myvenv]

and when creating the console-scripts shims:

mkvenv: Found avocado v90.0

Paolo




reply via email to

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