'"zsh: command not found: $" // can't install anything on terminal
zsh: command not found: $
Every time I try to install anything or run anything on my terminal I get this message. I am using a MacBook air m1, macOS Monterey. Does anyone know how to fix?
Solution 1:[1]
The last time my commands got crazy I were changed my path and forgot to reassign the old value, thus, my commands did not run. Try:
echo $PATH
Possibly if you have any issue with your PATH variable you can see it.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | SergioAraujo |