I have problems with my terminal after trying to install Homebrew on my Mac. When I start the terminal, I get:
-bash: touch: command not found
When I do echo $PATH, I get:
/usr/local/bin:??
I tried several sentences, for example
export PATH=/usr/local/bin:/usr/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin
and then it works, but when I restart my terminal, it starts with everything.
Eam26 source
share