Running Mac OSX 10.7.2 Currently Installed: Homebrew, v 0.8.1 Git, v 1.7.9 RVM, v 1.10.2 Rails, v 3.2.1 Ruby, v 1.9.3p0 MySQL, v 14.14 Distrib 5.5.19 The problem is correctly setting up the PATH for MySQL. In terminal, which mysql = /usr/local/bin/mysql but in the tutorial I am following their terminal displays the following which mysql = /usr/local/mysql/bin/mysql What am I doing wrong. My export path is export PATH="/usr/local/bin:/usr/local/sbin:/usr/local/mysql/bin:$PATH" -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Hassan Schroeder
2012-Feb-09 15:11 UTC
Re: New to Programming -- Need Installation Direction
On Wed, Feb 8, 2012 at 7:35 AM, Micajah <challoner.michael-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> The problem is correctly setting up the PATH for MySQL. > > In terminal, which mysql = /usr/local/bin/mysql > > but in the tutorial I am following their terminal displays the > following > > which mysql = /usr/local/mysql/bin/mysql> What am I doing wrong.Nothing. It doesn''t really matter where your executable is so long as it''s in your path and it works :-) -- Hassan Schroeder ------------------------ hassan.schroeder-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org http://about.me/hassanschroeder twitter: @hassan -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.