On Mon, Nov 30, 2009 at 5:11 AM, Frederick Cheung <[email protected]> wrote: > > > On Nov 29, 11:28 pm, Ptah <[email protected]> wrote: >> I am just beginning work on an existing app which must be developed >> using 1.8.6, however, my Ruby is 1.8.7. I am a pixel-pusher / >> interface designer by trade so terminal commands are new to me. I have >> downloaded 1.8.6 using Terminal, how do I uninstall 1.8.7? >> > > You don't really want to mess with the system provided ruby. If you > follow the hivelogic instructions then you should end up with a > separate install of ruby, with the PATH setup so that your install of > ruby is found instead of the system one.
Alternatively you can use something like rubyswitcher http://blog.thinkrelevance.com/2009/7/29/ruby-switcher-working-with-multiple-ruby-versions-has-never-been-this-easy or rvm http://rvm.beginrescueend.com/ -- Rick DeNatale Blog: http://talklikeaduck.denhaven2.com/ Twitter: http://twitter.com/RickDeNatale WWR: http://www.workingwithrails.com/person/9021-rick-denatale LinkedIn: http://www.linkedin.com/in/rickdenatale -- 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.

