Source code of Windows installer for Python interactive interpreter

Andrew Berg bahamutzero8825 at gmail.com
Fri Dec 28 10:51:54 EST 2012


On 2012.12.28 09:30, philip.a.molloy at gmail.com wrote:
> Is the Python directory (i.e. "C:\Python33") assigned to the PATH variable using the Batch PATH built-in command? If so, where?
As of Python 3.3, there is a py.exe in the system32 directory that
launches the appropriate version of Python for your application if you
specify one in a shebang line.

http://www.python.org/dev/peps/pep-0397/
-- 
CPython 3.3.0 | Windows NT 6.2.9200.16461



More information about the Python-list mailing list