On Thu, Nov 5, 2009 at 10:19 PM, Conrad Taylor <[email protected]> wrote:
> On Thu, Nov 5, 2009 at 10:15 PM, Eric Ee <[email protected] > > wrote: > >> >> I ran >> >> mate ~/.profile >> >> It looked like this >> export PATH="/usr/local/bin:/usr/local/sbin:/usr/local/mysql/bin:$PATH" >> I changed it to this >> export PATH="/usr/local/sbin:/usr/local/mysql/bin:$PATH" >> >> I opened up a new shell and ran >> sudo gem update --system >> >> Still got a segmentation fault. >> >> > Also, take /usr/local/sbin out of your PATH. What does the following > produce? > > which gem > gem -v > which ruby > ruby -v > > -Conrad > > What does the following say? echo $PATH -Conrad > > >> Conrad Taylor wrote: >> > OK, let's do the following for now: >> > >> > 1). Remove /use/local/bin from your >> > PATH. >> > >> > 2). Open a new shell window >> > >> > 3). Update Rubygems >> > >> > sudo gem update --system >> > >> > 4). Install Rails >> > >> > sudo gem install rails >> > >> > Let me know what happen. >> > >> > -Conrad >> > >> > Sent from my iPhone >> > >> > On Nov 5, 2009, at 7:38 PM, Eric Ee <[email protected]> >> >> -- >> 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 -~----------~----~----~----~------~----~------~--~---

