But, you can have Python 3.2.x coexist with Python 2.7. This is how:
After that, you can run Python 3.2 in terminal like this
newgear@ubuntu:~$ python3.2
Python 3.2 (r32:88445, Mar 25 2011, 19:28:28)
[GCC 4.5.2] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>>
>>> import sys
>>> sys.version_info
sys.version_info(major=3, minor=2, micro=0, releaselevel='final', serial=0)
No comments:
Post a Comment