Prev: compile ruby 1.9.1 with openssl
Next: gems and custom_require problem forruby(1.9.2dev)/rubygems(1.3.6) installed in $HOME
From: Jake Winston on 17 Mar 2010 09:56 I have installed the rubygem application (version 1.3.6) on a Debian system by downloading the rubygems tar.gz archive and running the setup.rb command. What is the best way to _uninstall_ this application?
From: Eric Hodel on 17 Mar 2010 16:39
On Mar 17, 2010, at 06:56, Jake Winston wrote: > I have installed the rubygem application (version 1.3.6) on a Debian system by downloading the rubygems tar.gz archive and running the setup.rb command. > > What is the best way to _uninstall_ this application? Run: Delete `gem which rubygems` and along with ubygems.rb and the rubygems directory that will be alongside it. Delete `gem which rbconfig/datadir` Delete `which gem` Optional: Add this feature to RubyGems. |