Last active
December 12, 2015 12:09
-
-
Save atsuya046/4770114 to your computer and use it in GitHub Desktop.
Ubuntuにnvmをインストールしてnode.jsを使う
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ 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