Skip to content

Instantly share code, notes, and snippets.

@nyumatova
Created January 23, 2012 05:52
Show Gist options
  • Save nyumatova/1661011 to your computer and use it in GitHub Desktop.
Save nyumatova/1661011 to your computer and use it in GitHub Desktop.
Vagrant install
bash -s stable < <(curl -s https://raw.github.com/wayneeseguin/rvm/master/binscripts/rvm-installer)
echo '[[ -s "$HOME/.rvm/scripts/rvm" ]] && . "$HOME/.rvm/scripts/rvm" # Load RVM function' >> ~/.bash_profile
source ~/.bash_profile
rvm install 1.9.3 --with-gcc=clang
rvm use 1.9.3 --default
gem update --system
gem install vagrant
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment