Author: Maciej Fijalkowski <[email protected]>
Branch: 
Changeset: r162:b91ae3cae879
Date: 2011-07-24 16:24 +0200
http://bitbucket.org/pypy/jitviewer/changeset/b91ae3cae879/

Log:    s/pypy-c/pypy/;

diff --git a/README b/README
--- a/README
+++ b/README
@@ -2,7 +2,7 @@
 (1.6.1 or newer), virtualenvwrapper, and a recent PyPy (1.5 or trunk) to 
create a
 virtualenv:
 
-    mkvirtualenv --python=/path/to/pypy-c pypy-viewer
+    mkvirtualenv --python=/path/to/pypy pypy-viewer
 
 Now install the dependencies:
 
@@ -20,5 +20,5 @@
     jitviewer.py log
 
 where log is a logfile generated by
-PYPYLOG=jit-log-opt,jit-backend:log pypy-c <args>.
+PYPYLOG=jit-log-opt,jit-backend:log pypy <args>.
 An example log file comes with a checkout.
diff --git a/bin/jitviewer.py b/bin/jitviewer.py
--- a/bin/jitviewer.py
+++ b/bin/jitviewer.py
@@ -15,7 +15,7 @@
 
 To produce the logfile for your program, run:
 
-    PYPYLOG=jit-log-opt,jit-backend-counts:mylogfile.log pypy-c myapp.py
+    PYPYLOG=jit-log-opt,jit-backend-counts:mylogfile.log pypy myapp.py
 """
 
 import sys
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to