Forgive me if I am coming in late on this post but: > > ran ruby setup.rb and it kinda > > hung with an error... and it half-installed... What was the error? I had some strange errors when installing rubygems on OSX also. I didn't have much luck changing the path so to get it working, I renamed the ruby directory in /usr/bin and like you, created a symlink to /usr/local/bin/ruby. Rubygems then installed properly but I had to make sure that I installed it as superuser. If you plan to install rails or anything like that, you'll need to create another symlink in usr/bin to usr/local/bin/rails. Good luck, Eddie On 8/2/05, Jim Menard <jimm / io.com> wrote: > Julian, > > > So, I did a "which ruby" and it said "/usr/bin" - which was > > interesting to me, because the make install script installed it into / > > usr/local/bin... > > > > so I thought... I'll rm the /usr/bin one and link it to /usr/local/ > > bin/ruby... so I did that... then all seemed well... downloaded the > > rubygems 0.8 tar and untarred it... ran ruby setup.rb and it kinda > > hung with an error... and it half-installed... > > > > Any ideas on how to fix this? I have a feeling I didn't install ruby > > 1.8.2 properly or I didn't do some stuff I needed to do... > > You probably installed it just fine, but you need to add /usr/local/bin to > your path. The original ruby is in /usr/bin and its libraries are in > /usr/lib/ruby, but the version you installed put ruby in /usr/local/bin and > the libraries in /usr/local/lib/ruby. > > I'm not at my OS X machine right now, but I don't think I had to mess with > anything other than the path. I also deleted /usr/bin/ruby, /usr/bin/irb (I > think), and the whole /usr/lib/ruby directory. > > Jim > -- > Jim Menard, jimm / io.com, http://www.io.com/~jimm > "A language that doesn't affect the way you think about programming, is not > worth knowing." -- Alan J. Perlis > >