Skip to content
Snippets Groups Projects
Select Git revision
  • 25358d07c40bdcfe4087b352dd02bddb5cb988c3
  • master default
  • demo
  • antje/recordings+materials
  • max/ui
  • antje/materials
  • max/ui-imagepicker
  • max/ui-camera
  • max/recordings
  • max/control
  • max/rest/GET
  • max/rest/dev
  • testMaterial
  • max/rest/PUT
  • max/dev
  • dev
  • max/3/master
  • max/objects
  • max/resolution
  • max/accel
  • max/3/dev
21 results

Scripts

  • 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
    ..