On Tue, Mar 20, 2012 at 10:58 AM, deitch <[email protected]> wrote: > Go for the installer, but change your node dir to ~/local. That is what I > do, it works very well. TJ's amazing n also picks up on it.
This is the source, not the installer. I have already addressed this. If you use homebrew, the /usr/local/ directory will 1) already be in PATH and 2) already be writable by your account. Thus, you can do ./configure --prefix=/usr/local > make > make install > as I suggested in my first reply. -- chrisrhoden -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" 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/nodejs?hl=en?hl=en
