Why is pylaucher in Python 3.3 being installed in Windows folder?

Mark Hammond skippy.hammond at gmail.com
Sat Oct 6 22:33:38 EDT 2012


On 5/10/2012 2:40 AM, Oscar Benjamin wrote:
> Having them on PATH means that you can do:
>
>      > py script.py
>
> and the effect will be analogous to (in a unix shell):
>
>      $ ./script.py
>
> Of course the idea with the launcher is that you just do
>
>      > script.py

Unless you want a specific version - particularly for testing - eg:

% py -3.2 script.py

Mark




More information about the Python-list mailing list