Skip to content

Instantly share code, notes, and snippets.

@bradhe
Created September 3, 2012 09:39
Show Gist options
  • Select an option

  • Save bradhe/3608140 to your computer and use it in GitHub Desktop.

Select an option

Save bradhe/3608140 to your computer and use it in GitHub Desktop.
Sets up a new machine in EC2 with RVM in the current shell.
sudo apt-get install build-essential zlib1g-dev libreadline-dev libssl-dev libxml2-dev git
curl -L https://get.rvm.io | bash -s stable
source ~/.rvm/scripts/rvm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment