Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rework determination of virtualenv site-packages flags for v20 #578

Closed

Commits on Oct 31, 2020

  1. Rework determination of virtualenv site-packages flags for v20

    virtualenv 20.0 removed --no-site-packages so we cannot pass that.
    This means we have three version scenarios to cope with:
    
     < 1.7: site packages installed by default, with --no-site-packages
            to opt out
    
     1.7 - 20.0: --no-site-packages present and default,
                 --system-site-packages to opt back in
    
     > 20.0: no site packages by default, --system-site-packages to opt
             back in
    PeterJCLaw committed Oct 31, 2020
    Configuration menu
    Copy the full SHA
    84c71b0 View commit details
    Browse the repository at this point in the history