In article <[email protected]>, brett.cannon <[email protected]> wrote: [...] > summary: > Point out that OS X users need to change examples to use python.exe instead > of python. > 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).
That's true on OS X if you are using a case-insensitive file system. But wIth the newer, case-sensitive HFS+, for example, you get ./python. -- Ned Deily, [email protected] _______________________________________________ Python-Dev mailing list [email protected] http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
