From: Gaspard Bucher Date: 2008-08-27T03:18:15+09:00 Subject: Re: Uninstalling Ruby 1.8.7 Help --Apple-Mail-2-949571721 Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Just a side note. I had to reinstall all ruby and dependencies. I chose the macports route and it went like a breeze: # sudo port install ruby # sudo port install rb-rubygems # sudo gem install ... Everything lives in /opt/local and if I want, I can just "rm -rf /opt/ local" and it's all gone. Just add "/opt/local/bin" to the beginning of your path export PATH=/opt/local/bin:/opt/local/sbin:$PATH Gaspard > Hi Guys, > > I have run into a bind, and need to manually uninstall Ruby 1.8.7 from > /usr/local, but I'm not sure exactly what to delete. > > Im running OS X Leopard and installed Ruby there so to not overwrite > my > system Ruby installation but now 1.8.7 doesn't see any installed > gems or > anything and I think I may have screwed it up while I was installing > it > :/ > > So my question is, what exactly do I remove? I know > /usr/local/bin/ruby, /usr/local/bin/irb need to go, but I'm unsure > about > /usr/local/lib/ruby* > > Any help is greatly appreciated! > -- > Posted via http://www.ruby-forum.com/. > --Apple-Mail-2-949571721--