Too many python installations. Should i remove them all and install the latest?

Νικόλαος Κούρας nikos.gr33k at gmail.com
Fri May 31 11:41:52 EDT 2013


Τη Παρασκευή, 31 Μαΐου 2013 6:37:06 μ.μ. UTC+3, ο χρήστης Fábio Santos έγραψε:

> Check if python3 and python3.3 aren't the same. Run them and look at the "intro" > lines.

root at nikos [~]# python -V
Python 2.6.6
root at nikos [~]# python3 -V
Python 3.3.0
root at nikos [~]# python3.3 -V
Python 3.3.0
root at nikos [~]# python3
Python 3.3.0 (default, Apr  6 2013, 01:53:31) 
[GCC 4.4.7 20120313 (Red Hat 4.4.7-3)] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> exit()
root at nikos [~]# python3.3
Python 3.3.0 (default, Apr  6 2013, 01:53:31) 
[GCC 4.4.7 20120313 (Red Hat 4.4.7-3)] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> exit()
root at nikos [~]# 



More information about the Python-list mailing list