Link to home
Start Free TrialLog in
Avatar of E-Dub
E-DubFlag for United States of America

asked on

Ruby on Rails Installation Error

I'm a newbie using Ruby.  I'm using a mac and ran the command to install Ruby on Rails by entering:
 
   
EGs-MacBook-Pro:~ eg$ sudo gem install rails

Open in new window


I then get a long list of everything that was successfully installed, however there's one error.  How can I correct this and/or is it even needed to be able to run rails successfully?

     
Installing ri documentation for rails-3.0.9...
file 'lib' not found

Open in new window

Avatar of James Murrell
James Murrell
Flag of United Kingdom of Great Britain and Northern Ireland image

what happens if you run

gem list rails

and

rails -v

are they showing different versions?
Avatar of E-Dub

ASKER

Just ran them and they both show 3.0.9
ASKER CERTIFIED SOLUTION
Avatar of Andrew Doades
Andrew Doades
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
This question has been classified as abandoned and is closed as part of the Cleanup Program. See the recommendation for more details.