En mi /usr/bin
, el siguiente es el resultado de 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
Hay tres: python
, python2.6
, python2.7
. ¿Qué son y por qué tengo tres? ¿Puedo borrar algunos de ellos?
Bueno, tengo otro python de la instalación de anaconda, que uso principalmente.