[New-bugs-announce] [issue30964] Mention ensurepip in package installation docs

Nick Coghlan report at bugs.python.org
Tue Jul 18 20:48:01 EDT 2017


New submission from Nick Coghlan:

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.

----------
assignee: docs at python
components: Documentation
keywords: easy
messages: 298622
nosy: docs at python, ncoghlan
priority: normal
severity: normal
stage: needs patch
status: open
title: Mention ensurepip in package installation docs
type: enhancement
versions: Python 2.7, Python 3.6, Python 3.7

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue30964>
_______________________________________


More information about the New-bugs-announce mailing list