11155
(-- --)
1
I am currently nearing the end (hopefully) of a ruby versions nightmare
on OSX...
I ended up installing rubygems again. However one of my remaining
problems is I am unable to start mongrel due to this error:
/usr/bin/mongrel_rails:9:in `require': no such file to load -- rubygems
(LoadError)
from /usr/bin/mongrel_rails:9
I have searched around but cant find any clues about this.
Any help very much appreciated!
Thanks
Adam
11155
(-- --)
2
Adam Wilson wrote:
I am currently nearing the end (hopefully) of a ruby versions nightmare
on OSX...
I ended up installing rubygems again. However one of my remaining
problems is I am unable to start mongrel due to this error:
/usr/bin/mongrel_rails:9:in `require': no such file to load -- rubygems
(LoadError)
from /usr/bin/mongrel_rails:9
I have searched around but cant find any clues about this.
Any help very much appreciated!
Thanks
Adam
My guess is it is to do with the path... I have tried adding to my path
and in .gemrc but no joy so far. Thx