M
Mark Fraser
Hello,
I installed Ruby 1.9.1 on OSX Tiger using MacPorts.
Then I installed Rubygems into the new installation (by running the
setup.rb after changing my path to point to the new ruby executable).
Any gems that I install install fine and show up in 'gem list --local'
...and I verified that they are in the gems location in the ruby 1.9
installation. But I am unable to load them using:
require 'rubygems'
require '<gemname>'
('no such file to load -- <gemname>').
Any suggestions on what I may be missing?
thanks
I installed Ruby 1.9.1 on OSX Tiger using MacPorts.
Then I installed Rubygems into the new installation (by running the
setup.rb after changing my path to point to the new ruby executable).
Any gems that I install install fine and show up in 'gem list --local'
...and I verified that they are in the gems location in the ruby 1.9
installation. But I am unable to load them using:
require 'rubygems'
require '<gemname>'
('no such file to load -- <gemname>').
Any suggestions on what I may be missing?
thanks