On Tue, Mar 5, 2013 at 12:14 AM, Dave Angel <da...@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).
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to