--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonra...@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-ta...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Before I uninstall/reinstall rails on my Mac, I figure I'll show the error message I get when I try and create a new rails app in Terminal... maybe it's an easy fix?
when I type "rails new" for example, I get this message:
/usr/local/bin/rails:9:in `require': no such file to load -- rubygems (LoadError)
from /usr/local/bin/rails:9
any ideas on what might be wrong? Thanks...
Yeah, I know it's supposed to be easy on a Mac so imagine my frustration... I know I'm the cause of the problem, I just don't know what I screwed up since I'm so new at this...ruby -vruby 1.8.7 (2008-08-11 patchlevel 72) [i686-darwin9.8.0]which ruby/usr/local/bin/rubygem -v/usr/local/bin/gem:8:in `require': no such file to load -- rubygems (LoadError)from /usr/local/bin/gem:8which gem/usr/local/bin/gemthanks so much for the assist....
On Tue, Dec 15, 2009 at 2:23 PM, Jason Bray <jayb...@gmail.com> wrote:
Yeah, I know it's supposed to be easy on a Mac so imagine my frustration... I know I'm the cause of the problem, I just don't know what I screwed up since I'm so new at this...ruby -vruby 1.8.7 (2008-08-11 patchlevel 72) [i686-darwin9.8.0]which ruby/usr/local/bin/rubygem -v/usr/local/bin/gem:8:in `require': no such file to load -- rubygems (LoadError)from /usr/local/bin/gem:8which gem/usr/local/bin/gemthanks so much for the assist....
OK, let's try doing the following:1) change your PATH to look like the following:export PATH=/opt/local/bin:/opt/local/sbin:${PATH}