Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

zsh: command not found: rojo #24

Closed
JesterXL opened this issue Dec 7, 2020 · 4 comments
Closed

zsh: command not found: rojo #24

JesterXL opened this issue Dec 7, 2020 · 4 comments

Comments

@JesterXL
Copy link

JesterXL commented Dec 7, 2020

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
Copy link

MayGo commented Aug 18, 2021

same here, any way to fix this or debug?

@LPGhatguy
Copy link
Contributor

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
Copy link

MayGo commented Aug 18, 2021

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
Copy link
Contributor

oltrep commented Jan 13, 2022

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

@oltrep oltrep closed this as completed Jan 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants