mirror of
https://github.com/python/cpython.git
synced 2025-09-30 12:21:51 +00:00
[3.6] bpo-30964: Mention ensurepip in package installation docs (GH-2797)
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 b3527bfefd
)
This commit is contained in:
parent
ac5c1e2ea3
commit
df5837b5a9
2 changed files with 12 additions and 0 deletions
|
@ -211,6 +211,17 @@ On such systems, it is often better to use a virtual environment or a
|
||||||
per-user installation when installing packages with ``pip``.
|
per-user installation when installing packages with ``pip``.
|
||||||
|
|
||||||
|
|
||||||
|
Pip not installed
|
||||||
|
-----------------
|
||||||
|
|
||||||
|
It is possible that ``pip`` does not get installed by default. One potential fix is::
|
||||||
|
|
||||||
|
python -m ensurepip --default-pip
|
||||||
|
|
||||||
|
There are also additional resources for `installing pip.
|
||||||
|
<https://packaging.python.org/tutorials/installing-packages/#install-pip-setuptools-and-wheel>`__
|
||||||
|
|
||||||
|
|
||||||
Installing binary extensions
|
Installing binary extensions
|
||||||
----------------------------
|
----------------------------
|
||||||
|
|
||||||
|
|
|
@ -802,6 +802,7 @@ Kim Knapp
|
||||||
Lenny Kneler
|
Lenny Kneler
|
||||||
Pat Knight
|
Pat Knight
|
||||||
Jeff Knupp
|
Jeff Knupp
|
||||||
|
Nicholas Kobald
|
||||||
Kubilay Kocak
|
Kubilay Kocak
|
||||||
Greg Kochanski
|
Greg Kochanski
|
||||||
Manvisha Kodali
|
Manvisha Kodali
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue