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

Swap venv and virtualenv checks #7719

Merged
merged 1 commit into from
Feb 12, 2020

Commits on Feb 11, 2020

  1. Swap venv and virtualenv checks

    Environments created by pypa/virtualenv >=20 can pass both real_prefix
    and base_prefix checks, but are only able to use the pyvenv.cfg values,
    not the legacy `no-global-site-packages.txt`. So we need to check for
    venv (PEP 405) first.
    uranusjr committed Feb 11, 2020
    Configuration menu
    Copy the full SHA
    6104060 View commit details
    Browse the repository at this point in the history