[pypy-commit] jitviewer default: Add a note

arigo noreply at buildbot.pypy.org
Mon Aug 5 22:41:45 CEST 2013


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r228:7307df41949f
Date: 2013-08-05 22:41 +0200
http://bitbucket.org/pypy/jitviewer/changeset/7307df41949f/

Log:	Add a note

diff --git a/README b/README
--- a/README
+++ b/README
@@ -19,7 +19,9 @@
     python setup.py develop
 
 It also requires pypy to be importable (as in source code), you can do this
-by setting your ``PYTHONPATH`` enviromental variable.
+by setting your ``PYTHONPATH`` enviroment variable.  Make sure that this
+source code is (roughly) the same version as the binary pypy that produced
+the log file.
 
 Finally, run it:
 


More information about the pypy-commit mailing list