On Mon, Oct 28, 2013 at 4:49 PM, R Vince <rvince99@gmail.com> wrote:
> user@Mint15-32 ~/ggrip/ggripv2 $ rvm current
> ruby-1.8.6-p420
>
> which is correct. The /home/user/.rvm/bin in the PATH is correct, yes? What
> else are you saying should be in the PATH? THanks.
When you install gems that include a command-line component, e.g.
rails, the executables need to live somewhere in your path. Here's an
example from one of my rvm gemsets:
/Users/hassan/.rvm/gems/ruby-2.0.0-p247@rails4/bin:/Users/hassan/.rvm/gems/ruby-2.0.0-p247@global/bin:/Users/hassan/.rvm/rubies/ruby-2.0.0-p247/bin:/Users/hassan/.rvm/bin:
... etc. ....
You clearly don't have `rails` in your path, even though you installed
the gem. So you need to fix this before proceeding. Personally, I'd
create a gemset specifically for this app and add a .rvmrc to the dir
where it lives.
--
Hassan Schroeder ------------------------ hassan.schroeder@gmail.com
http://about.me/hassanschroeder
twitter: @hassan
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/CACmC4yDz1aUvNu8qbn0Ao%2BZuVkMU3uE3pwNaGoELdVZZbYGVWg%40mail.gmail.com.
For more options, visit https://groups.google.com/groups/opt_out.
No comments:
Post a Comment