Open Kyler-Li opened 5 days ago
If you're on Windows, make sure you've set up your PATH
variables correctly.
Oh, I'm using a M1 MacBook Pro.
Oh, I'm using a M1 MacBook Pro.
In that case, try executing these two commands:
PATH=/bin:/usr/bin:/usr/local/bin:/sbin:${PATH}
export PATH
And also, just in case, you can "reset" the Z-shell (zsh) with this (specifying its complete path):
exec /bin/zsh
Or also:
exec /usr/bin/zsh
This fixes zsh
, if you still get an error, the problem might not be the shell itself. Hope this helps, though!
I tried running the run-me.sh command but I keep getting this error:
zsh: command not found: run-me.sh
I'm not exactly sure what happened. Are you able to help me?