Mac Mini M1 "zsh: command not found" #1719
-
Just upgraded to Mac Mini M1, previous was a 2017 MBP i5, on which I did not have this issue. Tried to install Homebrew, but at the end of installation when I typed "brew help" I got: "zsh: command not found: brew" This fixed it: export PATH="/opt/homebrew/bin:$PATH" But then when I installed espanso and typed "espanso edit" I got "zsh: command not found: espanso". This fixed it again: export PATH="/opt/homebrew/bin:$PATH" But then when I closed and opened Terminal, both the above problems exist. Espanso is functioning fine, despite these issues, and any time I update espanso with new text expansions, all I have to do to update the config is insert the above and then restart espanso, but it would be nice not to have to insert the above command every time. Any ideas would be appreciated! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 11 replies
-
Did you follow the instructions shown to you by the installer when it was done? It should have shown you something like
|
Beta Was this translation helpful? Give feedback.
-
Open a new Terminal, then type the following commands:
What's the output of the above commands? |
Beta Was this translation helpful? Give feedback.
Did you follow the instructions shown to you by the installer when it was done? It should have shown you something like