From: Fily Salas Date: 2011-11-25T02:10:28+09:00 Subject: Re: How to make 1.9.2 my default version using RVM Artem Melnikov wrote in post #1033575: > Hi > > You may create file .rvmrc in your project directory > with such content: > > "rvm use 1.9.2" > or with gemset > "rvm use 1.9.2@my_project_gemset" Excuse my ignorance but where should I create this file? Sorry. >If it "goes back" to the *system* Ruby, you're not invoking rvm at all. >Re-read the rvm installation guide and make sure you've configured >your .bash_profile properly. This is what i currently have in my .bash_profile [[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm" # This loads RVM into a shell session. Is there something else that need to be added? Thanks a lot for your help -- Posted via http://www.ruby-forum.com/.