Ogni volta che provo a usare un comando sudo o ssh, restituisce con questo errore:
when:~ jackson1442$ sudo [insert any command here]
-bash: sudo: command not found
Stavo scherzando con le installazioni di Python e non sono sicuro di cosa ho fatto per causare questo. Come posso risolvere questo problema in modo permanente?
macOS Sierra 10.12.4 16E195
MacBook Pro 2016
13 "Touchbar
EDIT: ecco il percorso:
when:~ jackson1442$ echo $PATH
’/usr/local/bin:??
Ecco .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:��