Hi, I''m new to the RoR language, and I''m being set back by an uncooperative installation of Ruby (and Rails). I followed the instructions at http://hivelogic.com/articles/2008/02/ruby-rails-leopard but my problem still persists. Whenever I try to do a gem command, I get: /usr/local/bin/gem:8:in `require'': no such file to load -- rubygems (LoadError) from /usr/local/bin/gem:8 I went around deleting thins hoping to do a fresh install. But I think I deleted too much. How can I delete everything and start all over? Or, how can I fix my problem. Thanks very much. -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
you don''t need to delete anything, just do it all from scratch over again. I''m not sure what went wrong the first time, but I followed the same instructions last week and it worked fine for me. On Jul 20, 7:58 pm, Eli Sp <rails-mailing-l...-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote:> Hi, > > I''m new to the RoR language, and I''m being set back by an uncooperative > installation of Ruby (and Rails). > > I followed the instructions athttp://hivelogic.com/articles/2008/02/ruby-rails-leopardbut my problem > still persists. > > Whenever I try to do a gem command, I get: > > /usr/local/bin/gem:8:in `require'': no such file to load -- rubygems > (LoadError) > from /usr/local/bin/gem:8 > > I went around deleting thins hoping to do a fresh install. But I think I > deleted too much. How can I delete everything and start all over? Or, > how can I fix my problem. > > Thanks very much. > -- > Posted viahttp://www.ruby-forum.com/.--~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
jdonnell wrote:> you don''t need to delete anything, just do it all from scratch over > again. I''m not sure what went wrong the first time, but I followed the > same instructions last week and it worked fine for me.I did it all over again and it still doesn''t work. -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
> I did it all over again and it still doesn''t work.Report your versions (ruby -v, gem -v, rails -v), and the relevant lines of your error messages! --~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Phlip wrote:>> I did it all over again and it still doesn''t work. > > Report your versions (ruby -v, gem -v, rails -v), and the relevant lines > of your > error messages!ruby -v: ruby 1.8.6 (2007-09-24 patchlevel 111) [i686-darwin9.4.0] gem -v: /usr/local/bin/gem:8:in `require'': no such file to load -- rubygems (LoadError) from /usr/local/bin/gem:8 rails -v: -bash: /usr/bin/rails: /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby: bad interpreter: No such file or directory -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
gundestrup-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
2008-Jul-21 06:33 UTC
Re: RoR broken on my Mac; please help
I would suggest following the this torturial: http://howtoforge.net/getting-started-with-ruby-on-rails I wrote it, and it bypasses OSX rails installation, and uses macport. regards svend On Jul 21, 4:58 am, Eli Sp <rails-mailing-l...-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote:> Hi, > > I''m new to the RoR language, and I''m being set back by an uncooperative > installation of Ruby (and Rails). > > I followed the instructions athttp://hivelogic.com/articles/2008/02/ruby-rails-leopardbut my problem > still persists. > > Whenever I try to do a gem command, I get: > > /usr/local/bin/gem:8:in `require'': no such file to load -- rubygems > (LoadError) > from /usr/local/bin/gem:8 > > I went around deleting thins hoping to do a fresh install. But I think I > deleted too much. How can I delete everything and start all over? Or, > how can I fix my problem. > > Thanks very much. > -- > Posted viahttp://www.ruby-forum.com/.--~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
What''s in your .bash_profile, .profile. and .bashrc ? you may not have all of these files.> > I did it all over again and it still doesn''t work. > -- > Posted viahttp://www.ruby-forum.com/.--~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---