Cada vez que trato de usar un comando sudo o ssh, vuelve con este error:
when:~ jackson1442$ sudo [insert any command here]
-bash: sudo: command not found
Estaba jugando con las instalaciones de Python, y no estoy seguro de qué hice para causar esto. ¿Cómo puedo solucionar esto de forma permanente?
macOS Sierra 10.12.4 16E195
MacBook Pro 2016
13 "Touchbar
EDITAR: aquí está el camino:
when:~ jackson1442$ echo $PATH
’/usr/local/bin:??
Aquí está .bash_profile
# Setting PATH for Python 2.7
# The original version is saved in .bash_profile.pysave
PATH="/Library/Frameworks/Python.framework/Versions/2.7/bin:${PATH}"
export PATH
# 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
# Setting PATH for Python 3.5
# The original version is saved in .bash_profile.pysave
PATH="/Library/Frameworks/Python.framework/Versions/3.5/bin:${PATH}"
export PATH
export PATH=’/usr/local/bin:��