Hello,
Some time ago I compiled and installed ruby 1.8.7 and left the default
Snow Leopard install of ruby alone (never plan on touching it,
actually). I now want to upgrade my custom install to 1.9.1, but do not
know how to go about uninstalling or upgrading it. Running ‘make
uninstall’ in the source folder does nothing and I don’t want to install
RVM or anything like that.
Is there a semi-simple way of removing my 1.8.7 installation so that I
can do a “clean” 1.9.1 install?
Any advice would be great. Thanks in advance.
Joe
If you installed from the ports, you can run:
port uninstall rubyversionname
On Wed, Dec 30, 2009 at 10:41 PM, Joe H3 [email protected] wrote:
can do a “clean” 1.9.1 install?
Any advice would be great. Thanks in advance.
Joe
Posted via http://www.ruby-forum.com/.
–
Rilindo F.
AOL Instant Messenger: rilindo
Google Talk: [email protected]
Web S.: http://www.monzell.com
Primary: [email protected]
Secondary: [email protected]
"Rich bachelors should be heavily taxed. It is not fair that some men
should be happier than others. – Oscar Wilde
If you installed from the ports, you can run:
port uninstall rubyversionname
I don’t use MacPorts, so I can’t do this.