In passato Python 2.6 era incluso con OS X 10.8.
Quale versione o versioni sono disponibili con 10.9 Mavericks?
È il 2.7.5.
Python 2.7.5 (default, Aug 25 2013, 00:04:04)
[GCC 4.2.1 Compatible Apple LLVM 5.0 (clang-500.0.68)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>>
Il mio MBA, che è stato aggiornato in modo incrementale dalla 10.7, contiene le seguenti versioni di Python:
Python 2.5.6 (r256:Unversioned directory, Aug 25 2013, 00:03:43)
Python 2.6.8 (unknown, Aug 25 2013, 00:04:29)
Python 2.7.5 (default, Aug 25 2013, 00:04:04)
Essendo che hanno la stessa data di costruzione, sembrerebbe che tutte le versioni di Python siano state aggiornate con Mavericks.
Python 3 non è installato sul mio computer.
Sul mio rMBP, il mio aggiornamento dalla 10.8.x alla 10.9 elenca le seguenti versioni di Python in /System/Library/Frameworks/Python.framework/Versions:
2.3, 2.5, 2.6 e 2.7.
Non c'è Python 3.0 elencato qui per me. Si può usare MacPorts (e probabilmente Fink o homebrew) per ottenere Python 3.
A luglio 2017 su Sierra 10.12.5, ho versioni 2.7.10
e 2.6.9
.
Anche la versione 2.6
sta fingendo di essere 2.5
e 2.3
$ ls -l /System/Library/Frameworks/Python.framework/Versions
2.3 -> 2.6
2.5 -> 2.6
2.6
2.7
Current -> 2.7
$ /System/Library/Frameworks/Python.framework/Versions/2.7/bin/python --version
Python 2.7.10
$ /System/Library/Frameworks/Python.framework/Versions/2.6/bin/python --version
Python 2.6.9
$ sw_vers
ProductName: Mac OS X
ProductVersion: 10.12.5
BuildVersion: 16F73
MacBook Pro, 13 pollici, 2016, non touchbar.