Hassan Schroeder wrote: > On Fri, Mar 12, 2010 at 7:44 AM, Faisal Basha <[email protected]> > wrote: > >> unknown0011248da679:~/example faisal$ ruby script/about >> Rails requires RubyGems >= 1.3.2. Please install RubyGems and try again: >> http://rubygems.rubyforge.org > > Sounds like it's back to a bad path -- somewhere you have more than > one `gem` command. Make sure your path is free of duplications, and > the directory with the ruby and gem you want is at the front. > > And use `find` to track down the extraneous stuff and get rid of it :-) > > -- > Hassan Schroeder ------------------------ [email protected] > twitter: @hassan
Hi Hassan, I've checked the paths in both the .bash_login and .bash_profile .bash_login export PATH=$PATH:/usr/local/bin:/usr/local/mysql/bin:$PATH .bash_profile export PATH="/usr/local/bin:/usr/local/sbin:/usr/local/mysql/bin:$PATH" On looking at the PATH ...I have "/usr/local/bin" written twice....so Iam thinkin if I should remove the extra "/usr/local/bin".....??? just wanna make sure...thanks Hassan.... -- Posted via http://www.ruby-forum.com/. -- 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.

