[pypy-commit] pypy default: Add "-m ensurepip"

arigo pypy.commits at gmail.com
Wed Jan 27 08:27:45 EST 2016


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r81970:4974d1173ac2
Date: 2016-01-27 14:26 +0100
http://bitbucket.org/pypy/pypy/changeset/4974d1173ac2/

Log:	Add "-m ensurepip"

diff --git a/pypy/doc/faq.rst b/pypy/doc/faq.rst
--- a/pypy/doc/faq.rst
+++ b/pypy/doc/faq.rst
@@ -54,7 +54,8 @@
 It is quite common nowadays that xyz is available on PyPI_ and
 installable with ``pip install xyz``.  The simplest solution is to `use
 virtualenv (as documented here)`_.  Then enter (activate) the virtualenv
-and type: ``pip install xyz``.
+and type: ``pip install xyz``.  If you don't know or don't want virtualenv,
+you can also install ``pip`` globally by saying ``pypy -m ensurepip``.
 
 If you get errors from the C compiler, the module is a CPython C
 Extension module using unsupported features.  `See below.`_


More information about the pypy-commit mailing list