[pypy-commit] pypy default: Mention "python .../bin/rpython" in addition to the default "pypy".

arigo noreply at buildbot.pypy.org
Sat Oct 25 14:31:36 CEST 2014


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r74201:80567e953cca
Date: 2014-10-25 14:31 +0200
http://bitbucket.org/pypy/pypy/changeset/80567e953cca/

Log:	Mention "python .../bin/rpython" in addition to the default "pypy".

diff --git a/pypy/doc/build.rst b/pypy/doc/build.rst
--- a/pypy/doc/build.rst
+++ b/pypy/doc/build.rst
@@ -119,6 +119,9 @@
 
     pypy rpython/bin/rpython --opt=2 pypy/goal/targetpypystandalone.py
 
+(You can use ``python`` instead of ``pypy`` here, which will take longer
+but works too.)
+
 If everything works correctly this will create an executable ``pypy-c`` in the
 current directory. The executable behaves mostly like a normal Python
 interpreter (see :doc:`cpython_differences`).


More information about the pypy-commit mailing list