Roblox / foreman

Toolchain manager for Roblox projects
MIT License
178 stars 26 forks source link

zsh: command not found: rojo #24

Closed JesterXL closed 2 years ago

JesterXL commented 3 years ago

Got a new Mac with the M1 processor. Successfully installed foreman and did forman install and it seemed to work installing Rojo. However, if I then run rojo, I get:

zsh: command not found: rojo

Not sure why it's not picking it up; if I look in the foreman/tools folder in home, I can see she did install it. Any hints?

MayGo commented 3 years ago

same here, any way to fix this or debug?

LPGhatguy commented 3 years ago

Do you have ~/.foreman/bin added to your PATH? You'll need to restart your shell after doing so, too.

This isn't zsh specific.

MayGo commented 3 years ago

Yep, not zsh specific.

Thanks for pointing that out. I was indeed missing it from PATH. I added it to ~/.bash_profile export PATH="/usr/local/bin:$HOME/.yarn/bin:~/.foreman/bin:$PATH" Now it works.

oltrep commented 2 years ago

I'll close this as it has been resolved and that we'll track improvements regarding that in #28