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
PATH="/Library/Frameworks/Python.framework/Versions/3.5/bin:${PATH}"
export PATH
# Added by Canopy installer on 2015-09-29
# VIRTUAL_ENV_DISABLE_PROMPT can be set to '' to make bashprompt show that Canopy is active, otherwise 1
VIRTUAL_ENV_DISABLE_PROMPT=1 source '/Users/psa1/Library/Enthought/Canopy_64bit/User/bin/activate'
# Setting PATH for Python 3.6
# The original version is saved in .bash_profile.pysave
PATH="/Library/Frameworks/Python.framework/Versions/3.6/bin:${PATH}"
export PATH
Me gustaría eliminar por completo la línea Canopy por perfil de bash, ya que, por ejemplo, está estropeando las descargas de pip o twilio. ¡Pero no sé cómo hacer eso!
Respuestas:
Más seguro que eliminar sería agregar un # al comienzo de cualquier línea que desee deshabilitar y comentar.
Si no está seguro de usar el editor, cuanto menos cambie, mejor.
Luego salga de su aplicación de terminal y vuelva a iniciarla para probar.
Lo más seguro sería crear una nueva cuenta de administrador en caso de que necesite iniciar sesión con un usuario que trabaje.
fuente