ScrapeFandom icon indicating copy to clipboard operation
ScrapeFandom copied to clipboard

run-me.sh command not found

Open Kyler-Li opened this issue 1 year ago • 3 comments

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?

Kyler-Li avatar Oct 26 '24 13:10 Kyler-Li

If you're on Windows, make sure you've set up your PATH variables correctly.

alex-ui avatar Oct 26 '24 14:10 alex-ui

Oh, I'm using a M1 MacBook Pro.

Kyler-Li avatar Oct 26 '24 17:10 Kyler-Li

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!

alex-ui avatar Oct 26 '24 20:10 alex-ui