Chaque fois que j'essaie d'utiliser une commande sudo ou ssh, je reçois cette erreur :
when:~ jackson1442$ sudo [insert any command here]
-bash: sudo: command not found
Je jouais avec les installations de Python, et je ne suis pas sûr de ce que j'ai fait pour provoquer cela. Comment puis-je résoudre ce problème de façon permanente ?
MacOS Sierra 10.12.4 16E195
MacBook Pro 2016
13" Touchbar
EDIT : voici le chemin :
when:~ jackson1442$ echo $PATH
’/usr/local/bin:??
Voici .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: