[Tutor] some web and python version questions

Lolo Lolo losermeloser at yahoo.com
Mon Mar 4 20:58:16 CET 2013


>Python 3.3 will definitely install independently of 3.0 on Windows. It's only the minor versions that happen in place, like going from 3.3 >to 3.3.1

>If you're running your scripts explicitly, by something like:
>   python  myscript.py

>then you should be able to say
>    python3.3  myscript.py
>or   python3.0  myscript.py
 
thanks it installed independently like you said. and those  python3.3 or  python3.0 in the command line seems to do the trick!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/tutor/attachments/20130304/c7dadd6d/attachment.html>


More information about the Tutor mailing list