[pypy-svn] jitviewer default: be explicit that pypy should be on your sys.path

alex_gaynor commits-noreply at bitbucket.org
Sat Mar 12 15:55:38 CET 2011


Author: Alex Gaynor <alex.gaynor at gmail.com>
Branch: 
Changeset: r102:7b3850b099e4
Date: 2011-03-12 09:54 -0500
http://bitbucket.org/pypy/jitviewer/changeset/7b3850b099e4/

Log:	be explicit that pypy should be on your sys.path

diff --git a/README b/README
--- a/README
+++ b/README
@@ -12,7 +12,8 @@
 
     python setup.py develop
 
-It also requires pypy to be importable (as in source code).
+It also requires pypy to be importable (as in source code), you can do this
+by setting your ``PYTHONPATH`` enviromental variable.
 
 Finally, run it:
 


More information about the Pypy-commit mailing list