[pypy-commit] pypy default: fix command (thanks jason on irc)

arigo pypy.commits at gmail.com
Wed Feb 15 10:41:23 EST 2017


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r90154:393ff835a097
Date: 2017-02-15 16:40 +0100
http://bitbucket.org/pypy/pypy/changeset/393ff835a097/

Log:	fix command (thanks jason on irc)

diff --git a/pypy/doc/build.rst b/pypy/doc/build.rst
--- a/pypy/doc/build.rst
+++ b/pypy/doc/build.rst
@@ -159,7 +159,8 @@
 import libraries in the `out-of-line API mode`_. This is done by the following
 command::
 
-   PYTHONPATH=. ./pypy-c pypy/tool/build_cffi_imports.py
+   cd pypy/goal
+   PYTHONPATH=../.. ./pypy-c ../tool/build_cffi_imports.py
 
 .. _`out-of-line API mode`: http://cffi.readthedocs.org/en/latest/overview.html#real-example-api-level-out-of-line
 


More information about the pypy-commit mailing list