Issue 30964: Mention ensurepip in package installation docs (original) (raw)

Issue30964

This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

This issue has been migrated to GitHub: https://github.com/python/cpython/issues/75147

classification

Title: Mention ensurepip in package installation docs
Type: enhancement Stage: resolved
Components: Documentation Versions: Python 3.7, Python 3.6, Python 2.7

process

Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: docs@python Nosy List: Nickk, docs@python, ncoghlan, sam_ezeh
Priority: normal Keywords: easy

Created on 2017-07-19 00:48 by ncoghlan, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 2786 merged Nickk,2017-07-20 19:13
PR 2792 closed Nickk,2017-07-21 05:19
PR 2793 closed Nickk,2017-07-21 05:21
PR 2795 merged Nickk,2017-07-21 06:18
PR 2797 merged Nickk,2017-07-21 06:37
Messages (7)
msg298622 - (view) Author: Alyssa Coghlan (ncoghlan) * (Python committer) Date: 2017-07-19 00:48
The package installation docs at https://github.com/python/cpython/blob/master/Doc/installing/index.rst have a section on "Common Installation Issues": https://docs.python.org/3/installing/#common-installation-issues A new entry should be added to this section to cover the case where pip isn't installed by default (e.g. because it was deselected when running the installer), and to suggest trying "python -m ensurepip --default-pip" as a potential remedy.
msg298742 - (view) Author: nicholas kobald (Nickk) * Date: 2017-07-20 17:56
Should this section refer to https://packaging.python.org/tutorials/installing-packages/#install-pip-setuptools-and-wheel as well?
msg298765 - (view) Author: Alyssa Coghlan (ncoghlan) * (Python committer) Date: 2017-07-21 03:51
New changeset b3527bfefd7a0188d43a2d7515ac6addd97a8202 by Nick Coghlan (Nicholas) in branch 'master': bpo-30964: Mention ensurepip in package installation docs (GH-2786) https://github.com/python/cpython/commit/b3527bfefd7a0188d43a2d7515ac6addd97a8202
msg298772 - (view) Author: Alyssa Coghlan (ncoghlan) * (Python committer) Date: 2017-07-21 06:29
New changeset 82a77d38d6dc7df740e7b01b66aeff433730e9ca by Nick Coghlan (Nicholas) in branch '2.7': [2.7] bpo-30964: Mention ensurepip in package installation docs (GH-2795) https://github.com/python/cpython/commit/82a77d38d6dc7df740e7b01b66aeff433730e9ca
msg298773 - (view) Author: Alyssa Coghlan (ncoghlan) * (Python committer) Date: 2017-07-21 06:44
New changeset df5837b5a916aac645087ae02c44e88ff77024ef by Nick Coghlan (Nicholas) in branch '3.6': [3.6] bpo-30964: Mention ensurepip in package installation docs (GH-2797) https://github.com/python/cpython/commit/df5837b5a916aac645087ae02c44e88ff77024ef
msg298774 - (view) Author: Alyssa Coghlan (ncoghlan) * (Python committer) Date: 2017-07-21 06:45
Thanks for the contribution & backports!
msg298778 - (view) Author: nicholas kobald (Nickk) * Date: 2017-07-21 07:25
No problem! thanks for the help.
History
Date User Action Args
2022-04-11 14:58:49 admin set github: 75147
2022-04-03 18:37:40 sam_ezeh set pull_requests: - <pull%5Frequest30352>
2022-04-03 18:35:53 sam_ezeh set nosy: + sam_ezehpull_requests: + <pull%5Frequest30352>
2018-09-25 20:08:02 brett.cannon set status: open -> closedresolution: fixed
2017-07-21 07:25:47 Nickk set messages: +
2017-07-21 06:45:33 ncoghlan set messages: + stage: backport needed -> resolved
2017-07-21 06:44:45 ncoghlan set messages: +
2017-07-21 06:37:35 Nickk set pull_requests: + <pull%5Frequest2847>
2017-07-21 06:29:46 ncoghlan set messages: +
2017-07-21 06🔞42 Nickk set pull_requests: + <pull%5Frequest2845>
2017-07-21 05:21:48 Nickk set pull_requests: + <pull%5Frequest2843>
2017-07-21 05:19:35 Nickk set pull_requests: + <pull%5Frequest2842>
2017-07-21 03:56:57 ncoghlan set stage: needs patch -> backport needed
2017-07-21 03:51:57 ncoghlan set messages: +
2017-07-20 19:13:41 Nickk set pull_requests: + <pull%5Frequest2836>
2017-07-20 17:56:51 Nickk set nosy: + Nickkmessages: +
2017-07-19 00:48:01 ncoghlan create

Supported by The Python Software Foundation,
Powered by Roundup

Copyright © 1990-2022, Python Software Foundation
Legal Statements