Skip to content

Instantly share code, notes, and snippets.

@atsuya046
Last active December 12, 2015 12:09
Show Gist options
  • Save atsuya046/4770114 to your computer and use it in GitHub Desktop.
Save atsuya046/4770114 to your computer and use it in GitHub Desktop.
Ubuntuにnvmをインストールしてnode.jsを使う
$ sudo apt-get update
$ sudo apt-get install git curl build-essential libssl-dev
$ git clone https://github.com/creationix/nvm.git ~/.nvm
$ . ~/.nvm/nvm.sh
$ nvm install 0.6.13
$ sudo /home/ubuntu/.nvm/v0.6.13/bin/node -v
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment