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.

Author ncoghlan
Recipients docs@python, ncoghlan
Date 2017-07-19.00:48:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1500425281.82.0.79058660024.issue30964@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2017-07-19 00:48:01ncoghlansetrecipients: + ncoghlan, docs@python
2017-07-19 00:48:01ncoghlansetmessageid: <1500425281.82.0.79058660024.issue30964@psf.upfronthosting.co.za>
2017-07-19 00:48:01ncoghlanlinkissue30964 messages
2017-07-19 00:48:00ncoghlancreate