Hi, I am following the hivelogic article to compile ruby on snow leopard. http://hivelogic.com/articles/compiling-ruby-rubygems-and-rails-on-snow-leopard/ It says to set the path of the terminal to: export PATH="/usr/local/bin:/usr/local/sbin:/usr/local/mysql/bin: $PATH" Until this part is fine. The problem is that when I continue creating the folder: mkdir ~/src it creates the folder in my personal folder instead of /usr/local/bin What I am doing wrong?
On Sat, Oct 31, 2009 at 9:59 PM, eduardopa <eduardopa-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Until this part is fine. The problem is that when I continue creating > the folder: > mkdir ~/src > > it creates the folder in my personal folder instead of /usr/local/binThe ~ character represents your home directory, so that''s exactly what you''re asking for.> What I am doing wrong?Why do you think there''s something wrong? -- Hassan Schroeder ------------------------ hassan.schroeder-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org twitter: @hassan
eduardopa wrote:> Hi, > > I am following the hivelogic article to compile ruby on snow leopard. > http://hivelogic.com/articles/compiling-ruby-rubygems-and-rails-on-snow-leopard/Do you have a particular reason for wanting to do it this way? If not, then forget about Hivelogic and use Apple''s Ruby. Best, -- Marnen Laibow-Koser http://www.marnen.org marnen-sbuyVjPbboAdnm+yROfE0A@public.gmane.org -- Posted via http://www.ruby-forum.com/.