RVM seems to fail

I have already installed ruby 1.8.7 by default in my system (macos
Lion).
I installed rvm and then issued the following commands :

rvm install 1.9.2-p290

rvm --create use 1.9.2-p290@rails3tutorial

rvm --default use 1.9.2-p290@rails3tutorial

The problem is that the system keeps using ruby 1.8.7

For example when I run ruby --version I get ruby 1.8.7

Any ideas?

Thank you.

I download 1.9.2 and found that ‘require Tk’ was not found…any ideas?
I am staying with 1.8.7 for now until I get that resolved

Joe

uninstall 1.8.7. it is not a dependency. That or add the rvm bin to your
path.

On Fri, Sep 30, 2011 at 12:18 PM, joseph collins
[email protected]wrote:

The problem is that the system keeps using ruby 1.8.7


Sincerely,

Isaac S.
Section C-4B Vice Chief, Order of the Arrow
Vice Chief of Administration, Tecumseh #65
Eagle Scout

Problem solved.
I used this url :
http://thelastpixel.net/2011/09/05/preparing-mac-osx-lion-for-rails-development/

It seems that I have missed the .bash_profile editing!
:slight_smile: