anlek/mongify

Mongify command not found

Closed this issue · 3 comments

I have installed ruby using "brew install ruby", than installed mongify using "gem install mongify". However then I type "mongify" command it returns "fish: Unknown command 'mongify'" in iTerm, or "-bash: mongify: command not found" in Terminal. What am I doing wrong?

it seems the gem path isn't in your PATH variable.
Check out: http://stackoverflow.com/questions/6482738/installing-ruby-gems-not-working-with-home-brew

Thank you! Had to add PATH=/usr/local/Cellar/ruby/2.1.1/bin:$PATH to .bash_profile

Great, I'll consider this closed.
Let me know if you have any other issues.