Skip to content

use ensurepip, other small cleanups #497

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

Merged
merged 3 commits into from
Mar 20, 2020
Merged

use ensurepip, other small cleanups #497

merged 3 commits into from
Mar 20, 2020

Conversation

mattip
Copy link
Contributor

@mattip mattip commented Mar 19, 2020

@@ -54,14 +54,18 @@ function do_cpython_build {
if [ -e ${prefix}/bin/python3 ]; then
ln -s python3 ${prefix}/bin/python
fi
${prefix}/bin/python get-pip.py
${prefix}/bin/python -mensurepip
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

-m ensurepip?

Copy link
Member

@trishankatdatadog trishankatdatadog Mar 19, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch!

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why? Both -mensurepip and -m ensurepip work.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I see. Yes, but the second one is more readable.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

changing, thanks

@auvipy auvipy merged commit 638fa56 into pypa:master Mar 20, 2020
@mattip
Copy link
Contributor Author

mattip commented Mar 20, 2020

What is the proper git incantation to merge this to manylinux2014? Do we merge the branch into manylinux2014 or cherry-pick the commits?

@mayeut
Copy link
Member

mayeut commented Mar 21, 2020

@mattip, that would be cherry-picking the commits.

mattip added a commit to mattip/manylinux that referenced this pull request Mar 23, 2020
auvipy pushed a commit that referenced this pull request Mar 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants