On Wed, May 12, 2010 at 6:36 AM, Faisal Basha <[email protected]> wrote:
> unknown0011248da679:~/hello faisal$ which ruby > /usr/bin/ruby > unknown0011248da679:~/hello faisal$ ruby -S gem -v > /usr/local/bin/gem:8:in `require': No such file to load -- rubygems Bingo -- try `/usr/local/bin/ruby script/server` If that works, just make sure your .bashrc or whatever explicitly puts /usr/local/bin before /usr/bin in your PATH. -- Hassan Schroeder ------------------------ [email protected] twitter: @hassan -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

