Skip to content

Instantly share code, notes, and snippets.

@kamiyaowl
Last active August 29, 2015 13:56
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 kamiyaowl/8888907 to your computer and use it in GitHub Desktop.
Save kamiyaowl/8888907 to your computer and use it in GitHub Desktop.
nodebrewでnode.js環境構築
$curl -L git.io/nodebrew | perl - setup
#export ~~~を追記するようにって出るから.zshrcに追記、sourceでリロード
$nodebrew install-binary v0.10.24
$nodebrew use v0.10.24
$node --version
v0.10.24
$npm --v
1.3.21
#g++入ってなくて死亡
$sudo apt-get install g++
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment