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

[pull] master from Azure:master #1089

Merged
merged 1 commit into from
Oct 30, 2020
Merged

[pull] master from Azure:master #1089

merged 1 commit into from
Oct 30, 2020

Commits on Oct 30, 2020

  1. Explicitly call pip2 rather than pip in locations where both pip2…

    … and pip3 are installed (#5747)
    
    As part of the transition from Python 2 to Python 3, we are installing both pip2 and pip3 in the slave and config-engine containers. This PR replaces calls to `pip` in these containers with an explicit call to `pip2` to ensure the proper version of pip is executed, no matter which version of pip is aliased to `pip`, as we no longer rely on that alias.
    
    Also some other pip-related cleanup
    jleveque authored Oct 30, 2020
    Configuration menu
    Copy the full SHA
    6333bb7 View commit details
    Browse the repository at this point in the history