[Python-checkins] devguide: Point out that OS X users need to change examples to use python.exe instead of
brett.cannon
python-checkins at python.org
Thu Jan 6 21:44:18 CET 2011
brett.cannon pushed 9199f5561476 to devguide:
http://hg.python.org/devguide/rev/9199f5561476
changeset: 36:9199f5561476
user: Brett Cannon <brett at python.org>
date: Thu Jan 06 12:43:45 2011 -0800
summary:
Point out that OS X users need to change examples to use python.exe instead of python.
files:
setup.rst
diff --git a/setup.rst b/setup.rst
--- a/setup.rst
+++ b/setup.rst
@@ -114,7 +114,8 @@
Once Python is done building you will then have a working build of Python
that can be run in-place; ``./python`` on most machines, ``./python.exe``
-on OS X.
+on OS X (all examples throughout this documentation say ``./python`` but
+implies you choose the proper name based on your OS).
Windows
--
Repository URL: http://hg.python.org/devguide
More information about the Python-checkins
mailing list