1
Eliminar una línea del perfil Bash
Entonces, usando la terminal, escribí: nano .bash_profile y luego tengo acceso al siguiente bash_profile: Archivo GNU nano 2.0.6: .bash_profile # Setting PATH for Python 2.7 # The orginal version is saved in .bash_profile.pysave PATH="/Library/Frameworks/Python.framework/Versions/2.7/bin:${PATH}" export PATH # Setting PATH for Python 3.5 # The orginal version is saved in .bash_profile.pysave …