Skip to content

Instantly share code, notes, and snippets.

@bingeboy
Created April 27, 2015 19:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bingeboy/2637410df45b8c0c2c82 to your computer and use it in GitHub Desktop.
Save bingeboy/2637410df45b8c0c2c82 to your computer and use it in GitHub Desktop.
Install NODEJS from Binary
$ echo $PATH
/Users/jmcgarr1/Developer/Scripts:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin
$ export PATH=/Users/jmcgarr1/local/node-v0.10.38-darwin-x64/bin:$PATH
$ pwd
/Users/jmcgarr1/local/node-v0.10.38-darwin-x64/bin
$ which node
/Users/jmcgarr1/local/node-v0.10.38-darwin-x64/bin/node
$ node -v
v0.10.38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment