Python 2.6 e 2.7 in Mac OS X

0

Nel mio /usr/bin , quanto segue è il risultato di ls -al python* :

-rwxr-xr-x  1 root  wheel  66480 Dec  3 01:36 python
-rwxr-xr-x  5 root  wheel    925 Aug 22  2015 python-config
lrwxr-xr-x  1 root  wheel     75 Oct 17 21:26 python2.6 -> ../../System/Library/Frameworks/Python.framework/Versions/2.6/bin/python2.6
lrwxr-xr-x  1 root  wheel     82 Oct 17 21:26 python2.6-config -> ../../System/Library/Frameworks/Python.framework/Versions/2.6/bin/python2.6-config
lrwxr-xr-x  1 root  wheel     75 Oct 17 21:26 python2.7 -> ../../System/Library/Frameworks/Python.framework/Versions/2.7/bin/python2.7
lrwxr-xr-x  1 root  wheel     82 Oct 17 21:26 python2.7-config -> ../../System/Library/Frameworks/Python.framework/Versions/2.7/bin/python2.7-config
-rwxr-xr-x  1 root  wheel  66480 Dec  3 01:35 pythonw
lrwxr-xr-x  1 root  wheel     76 Oct 17 21:26 pythonw2.6 -> ../../System/Library/Frameworks/Python.framework/Versions/2.6/bin/pythonw2.6
lrwxr-xr-x  1 root  wheel     76 Oct 17 21:26 pythonw2.7 -> ../../System/Library/Frameworks/Python.framework/Versions/2.7/bin/pythonw2.7

Ce ne sono tre: python , python2.6 , python2.7 . Cosa sono e perché ne ho tre? Posso cancellare alcuni di loro?

Bene, ho un altro python dall'installazione di anaconda, che utilizzo principalmente.

    
posta Chang 06.04.2016 - 21:07
fonte

1 risposta

1

python è un collegamento diretto a pythonw. Il resto sono collegamenti simbolici alle rispettive versioni all'interno del framework python. No, non dovresti rimuoverli. Non è raro che un sistema operativo abbia una versione multipla di python.

    
risposta data 07.04.2016 - 00:54
fonte

Leggi altre domande sui tag