Skip to content
Snippets Groups Projects
Select Git revision
  • 35e9d4e5d46cd7efb10a85319d469df0bb32fe40
  • master default
  • dev-group3-qdigest
  • dev-group2-all-aggregations
  • dev-group2-graphs
  • dev-group2-limit-neighbors
  • dev-group1-stefan
  • dev-group3-kim
  • dev-group1-simon
9 results

src

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Paolo Bonzini authored
    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 (which also has to be done twice to account for the presence
    of either setuptools in Python <3.8, or importlib in Python >=3.8).
    
    Suggested-by: default avatarPeter Maydell <peter.maydell@linaro.org>
    Cc: John Snow <jsnow@redhat.com>
    Signed-off-by: default avatarPaolo Bonzini <pbonzini@redhat.com>
    47a90a51
    History
    Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    Name Last commit Last update
    ..