Cannot find Ruby on Rails installed

Posted by James on Super User See other posts from Super User or by James
Published on 2012-06-15T10:50:28Z Indexed on 2012/06/19 9:19 UTC
Read the original article Hit count: 356

Filed under:
|
|

I've managed to install Ruby and the gems install (rvm?) but now I'm stuck actually installing Ruby on Rails.

Every time I execute, gem install rails Terminal says that it's fetching each file and that it successfully installed it:

1 gem installed

However when I then run the rails command, I'm told that it's not installed and to run the gem install rails command again.

I've attempted to install with sudo but the same thing happens. I've restarted after an install and that's not worked.

Ideas?

© Super User or respective owner

Related posts about ruby

Related posts about rails