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

Check UID unconditionally on non-Windows platforms, if os.getuid is available #10566

Merged
merged 1 commit into from
Oct 13, 2021

Commits on Oct 13, 2021

  1. Check UID unconditionally on non-Windows platforms, if os.getuid is a…

    …vailable
    
    Check the uid using getuid() on platforms other than Linux and Mac OS before
    warning about running pip as root.
    
    Before this change, pip was emitting this warning even when it was run as a
    non-root user.
    n1000 committed Oct 13, 2021
    Configuration menu
    Copy the full SHA
    f231732 View commit details
    Browse the repository at this point in the history