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

Escape venvs unless PEX_INHERIT_PATH is requested. #2

Closed
wants to merge 1 commit into from

Commits on Dec 11, 2020

  1. Escape venvs unless PEX_INHERIT_PATH is requested.

    Virtual environments created with --system-site-packages can break PEX
    sys.path scrubbing. Avoid this class of environment leaks by breaking out
    of venvs unless PEX_INHERIT_PATH has been requested.
    
    A test is added that fails for virtualenv-16.7.10 that fails without the
    fix.
    
    Fixes pex-tool#1031
    jsirois committed Dec 11, 2020
    Configuration menu
    Copy the full SHA
    fc0ba9a View commit details
    Browse the repository at this point in the history