-
-
Notifications
You must be signed in to change notification settings - Fork 32.3k
bpo-30964: Mention ensurepip in package installation docs #2786
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
bpo-30964: Mention ensurepip in package installation docs #2786
Conversation
@NicholasKobald, thanks for your PR! By analyzing the history of the files in this pull request, we identified @larryhastings, @brettcannon and @ncoghlan to be potential reviewers. |
Hello, and thanks for your contribution! I'm a bot set up to make sure that the project can legally accept your contribution by verifying you have signed the PSF contributor agreement (CLA). Unfortunately our records indicate you have not signed the CLA. For legal reasons we need you to sign this before we can look at your contribution. Please follow the steps outlined in the CPython devguide to rectify this issue. Thanks again to your contribution and we look forward to looking at it! |
I have signed the CLA. |
Thanks! As a first-time contributor, would you mind also adding yourself to the appropriate location in the Misc/ACKS file before I merge the PR? |
Thanks once again :) This update should also be backported to the 2.7 & 3.6 maintenance branches as covered in https://docs.python.org/devguide/gitbootcamp.html#backporting-merged-changes If you're willing & able to create those backport PRs yourself (and request a review from me), that would be greatly appreciated, otherwise I'll create them at some point :) |
Thanks for the link, I'll give it a shot. |
@NicholasKobald Since it's now clear the backporting instructions are incomplete, I'd be interested in your feedback on whether or not python/devguide#238 (comment) would help clarify the required additional steps. |
…onGH-2786) Adds a new 'Pip not installed' section that covers running `ensurepip` manually, and also references the relevant section of the Python Packaging User Guide. (cherry picked from commit b3527bf)
…onGH-2786) Adds a new 'Pip not installed' section that covers running `ensurepip` manually, and also references the relevant section of the Python Packaging User Guide. (cherry picked from commit b3527bf)
GH-2795 is a backport of this pull request to the 2.7 branch. |
GH-2797 is a backport of this pull request to the 3.6 branch. |
No description provided.