Chaque fois que j'essaie d'utiliser une commande sudo ou ssh, cette erreur renvoie l'erreur suivante:
when:~ jackson1442$ sudo [insert any command here]
-bash: sudo: command not found
Je m'amusais avec les installations Python et je ne suis pas sûr de ce que j'ai fait pour causer cela. Comment puis-je résoudre ce problème de façon permanente?
macOS Sierra 10.12.4 16E195
MacBook Pro 2016 Barre tactile
13 "
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:��
.../3.5/bin:.../3.6/bin:/.../2.7bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin
maintenant (je les ai omis /Library/Frameworks/Python.framework/Versions/
ici).