Reputation: 1421
I am trying to install Ruby On Rails 3.0 on my iMac OS X 10.5.8, but everytime i try, i get errors.
On my Macbook Pro, the installation was not a problem.
Anyone know why i can't install this on my iMac?
Upvotes: 0
Views: 959
Reputation: 4914
I suggest you to install it via RVM. de default ruby interpreter of macosx is quite outdated.
once rvm is installed, just perform:
rvm install rails
Upvotes: 2