Created
March 12, 2012 09:41
-
-
Save metakeule/2020946 to your computer and use it in GitHub Desktop.
install nvm and node.js on ubuntu
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 install build-essential libssl-dev curl git-core | |
git clone git://github.com/creationix/nvm.git ~/.nvm | |
echo "\n. ~/.nvm/nvm.sh" >> .bashrc | |
bash | |
nvm install v0.6.11 | |
nvm alias default 0.6 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment