[Tutor] some web and python version questions

eryksun eryksun at gmail.com
Tue Mar 5 06:25:54 CET 2013


On Tue, Mar 5, 2013 at 12:14 AM, Dave Angel <davea at davea.name> wrote:
>
> #!c:\python3.3\python.exe     (or wherever the installation directory
> actually is)
>
> or what Eryksun suggested:
>
> #!/usr/bin/env python3.0
>
> I can't tell which would be right, since I don't run Windows.  Any more.

Both forms work. The /usr paths are virtual, of course. You can also
add custom commands to %localappdata%\py.ini in the [commands] section
(e.g. to use PyPy or Jython).


More information about the Tutor mailing list