Advertisement
yuch4n

node.js install

Jan 14th, 2012
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.20 KB | None | 0 0
  1. # node.js インストール
  2. # (Ubuntu 10.04)
  3.  
  4. sudo aptitude install git-core curl build-essential libssl-dev
  5. git clone git://github.com/creationix/nvm.git ~/.nvm
  6. . ~/.nvm/nvm.sh
  7. nvm install v0.6.7
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement