On Thu, Nov 5, 2009 at 10:26 PM, Eric Ee <[email protected]>wrote:
> > stripped the sbin part out... > > Ran all the commands- > > which gem > /usr/local/bin/gem > > gem -v > Illegal instruction > > which ruby > /usr/local/bin/ruby > > ruby -v > Illegal instruction > > echo $PATH > > /usr/local/bin:/usr/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin > > Your PATH should look like this /usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin In the shell, please type the following: export PATH=/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin Now, do the following: sudo gem update --system -Conrad > (I also downloaded the latest iphone developer kit and installed it to > be safe) > > > > > > > > > > Conrad Taylor wrote: > > On Thu, Nov 5, 2009 at 10:19 PM, Conrad Taylor <[email protected]> > > wrote: > > > >>> I changed it to this > >> > >> which gem > >> gem -v > >> which ruby > >> ruby -v > >> > >> -Conrad > >> > >> > > What does the following say? > > > > echo $PATH > > > > -Conrad > > -- > 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 [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

