On 2012.12.28 09:30, philip.a.mol...@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
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to