From: Guybrush Threepwood Date: 2010-10-29T19:55:18+09:00 Subject: Re: rsruby install trouble Now I've gotten all this stuff working. The problem with getting the right ruby and rubygems was I had an older version of xcode, but I got the right one. So through macports I got ruby and rubygems, and through rubygems I did the sudo install gem rsruby -- --with-R-dir=/Library/Frameworks/etcetera, and it installs correctly. Problem is, when I type require 'rsruby' into irb (or put it into a program), it doesn't know what it is. Do I have to hand it a path to somewhere? -- Posted via http://www.ruby-forum.com/.