Re: [PATCH] mkvenv: always pass locally-installed packages to pip

2023-06-06 Thread John Snow
On Tue, Jun 6, 2023 at 4:23 AM Paolo Bonzini wrote: > > Let pip decide whether a new version should be installed or the current > one is okay. This ensures that the virtual environment is updated > (either upgraded or downgraded) whenever a new version of a package is > requested. > > The hardest

[PATCH] mkvenv: always pass locally-installed packages to pip

2023-06-06 Thread Paolo Bonzini
Let pip decide whether a new version should be installed or the current one is okay. This ensures that the virtual environment is updated (either upgraded or downgraded) whenever a new version of a package is requested. The hardest part here is figuring out if a package is installed in the venv (