Uninstalling 1.9 on OS X

D

Daniel Waite

I'm sorry. I didn't look before leaping, installed 1.9 on Leopard, and
now my all my Rails apps are hosed.

I installed 1.9 with the following commands:

curl -O ftp://ftp.ruby-lang.org/pub/ruby/1.8/ruby-1.9.0.tar.gz
tar xzvf ruby-1.9.0.tar.gz
cd ruby-1.9.0
/configure --prefix=/usr/local --enable-pthread
--with-readline-dir=/usr/local --enable-shared
make
sudo make install

Any ideas how I can get back to the version that came with Leopard?
Thanks, much...
 
B

BearXu

[Note: parts of this message were removed to make it a legal post.]

I am curious about if the TimeMachine is useful in this occasion or not?
 
D

Daniel Waite

BearXu said:
I am curious about if the TimeMachine is useful in this occasion or not?

I don't have it turned on (because I have no backup device) but I don't
think so. I *think* it works similarly to Spotlight in Tiger -- it only
searches your home directory and up.

If anyone's actually used Time Machine and knows for sure, feel free to
chime in.
 
D

Daniel Waite

Daniel said:
I'm sorry. I didn't look before leaping, installed 1.9 on Leopard, and
now my all my Rails apps are hosed.

I installed 1.9 with the following commands:

curl -O ftp://ftp.ruby-lang.org/pub/ruby/1.8/ruby-1.9.0.tar.gz
tar xzvf ruby-1.9.0.tar.gz
cd ruby-1.9.0
./configure --prefix=/usr/local --enable-pthread
--with-readline-dir=/usr/local --enable-shared
make
sudo make install

I fixed it.

1. Hop into /usr/local/bin and delete everything there.
2. Follow the steps on the Hive Logic guide for installing Ruby and Ruby
gems.

I had to reinstall Rails, too. I'm guessing it's a path issue between
Leopard's native Ruby install and the stuff on Hive Logic.

Hive Logic link:
http://hivelogic.com/articles/ruby-rails-mongrel-mysql-osx/
 
B

Benjamin Reed

I don't have it turned on (because I have no backup device) but I don't
think so. I *think* it works similarly to Spotlight in Tiger -- it only
searches your home directory and up.

Time Machine makes an exact duplicate of your entire drive (minus any
directories you exclude).

In fact, restoring from Time Machine was *too* exact for me; I had
formatted my drive as Case-Sensitive HFS+, which it turns out is not
compatible with Photoshop. I tried reformatting my drive as
Case-Insensitive HFS+ and then restoring from Time Machine, and the
Time Machine restore reformatted it as Case-Sensitive again. :p
 
J

James Gray

I don't have it turned on (because I have no backup device) but I
don't
think so. I *think* it works similarly to Spotlight in Tiger -- it
only
searches your home directory and up.

If anyone's actually used Time Machine and knows for sure, feel free
to
chime in.

Not true. It handles your entire hard drive.

I would say you just found a great reason to splurge on the external
drive and get it turned on.

James Edward Gray II
 
J

James Gray

I fixed it.

1. Hop into /usr/local/bin and delete everything there.
2. Follow the steps on the Hive Logic guide for installing Ruby and
Ruby
gems.

I had to reinstall Rails, too. I'm guessing it's a path issue between
Leopard's native Ruby install and the stuff on Hive Logic.

Hive Logic link:
http://hivelogic.com/articles/ruby-rails-mongrel-mysql-osx/

Hive Logic has you install Ruby in /usr/local/bin while Apple's
default Ruby lives in /usr/bin. All you need to do is adjust your
path so /usr/bin will be found first again.

James Edward Gray II
 
D

Daniel Waite

James said:
Not true. It handles your entire hard drive.

I would say you just found a great reason to splurge on the external
drive and get it turned on.

James Edward Gray II

That's awesome! Sounds like I have found a reason. Time Machine:
Subversion your life!

And thanks for the tip about where Ruby lives on Leopard. I appreciate
it.
 
D

Daniel Waite

Benjamin said:
Time Machine makes an exact duplicate of your entire drive (minus any
directories you exclude).

In fact, restoring from Time Machine was *too* exact for me; I had
formatted my drive as Case-Sensitive HFS+, which it turns out is not
compatible with Photoshop. I tried reformatting my drive as
Case-Insensitive HFS+ and then restoring from Time Machine, and the
Time Machine restore reformatted it as Case-Sensitive again. :p

Wow.

Really, that's all I can say: wow. :) That's awesome. I'm definitely
getting an external drive then.
 
B

BearXu

[Note: parts of this message were removed to make it a legal post.]

I still think that TimeMachine can recover the Ruby Folder.I have no idea if
the user/bin is a folder in the Finder.
Anyway, I don't have a Mac and I hope that I can buy one in 2008.
So if not, I wish Apple can add this to the MacOs then the coders will be
happy!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,054
Latest member
TrimKetoBoost

Latest Threads

Top