Skip to content

Instantly share code, notes, and snippets.

@mdaisuke
Created February 27, 2011 15:12
Show Gist options
  • Save mdaisuke/846247 to your computer and use it in GitHub Desktop.
Save mdaisuke/846247 to your computer and use it in GitHub Desktop.
nvm(node version manager)
git clone git://github.com/creationix/nvm.git ~/.nvm
source ~/.nvm/nvm.sh
nvm alias default v0.4.1
# write down in .bashrc
[[ -s "$HOME/.nvm/nvm.sh" ]] && . "$HOME/.nvm/nvm.sh"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment