On Wed, Dec 1, 2010 at 2:58 PM, Robert Walker <[email protected]> wrote:
> Paul Bergstrom wrote in post #965521: > > David Kahn wrote in post #965487: > > > >> I think this is right... also I would recommend you trying to use > >> gemsets -- > > > > Yes, I've realized that's the way to go. Trying to figure out how to do > > it. Thanks. > > Once you get your gemsets configured look into using .rvmrc files in > your projects to automate the switching of your environment. > > rvm gemset create my_gemset > > rvm use 1....@my_gemset > > my_project > --> .rvmrc > ------------------ > rvm 1....@my_gemset > Nice! Then that is my next step.... and I am getting tired of typing rvm etc.... in every terminal window I open. > > http://rvm.beginrescueend.com/workflow/rvmrc/ > > And don't forget to set your default interpreter: > > http://rvm.beginrescueend.com/rubies/default/ > > -- > 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]<rubyonrails-talk%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/rubyonrails-talk?hl=en. > > -- 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.

