Skip to content

Instantly share code, notes, and snippets.

@chyld
Last active December 15, 2015 08:19
Show Gist options
  • Save chyld/5230093 to your computer and use it in GitHub Desktop.
Save chyld/5230093 to your computer and use it in GitHub Desktop.
installing ruby 2.0 and rails 4.0
\curl -L https://get.rvm.io | bash -s stable
rvm requirements
brew update
brew tap homebrew/dupes
brew upgrade
# can omit apple-gcc42 if xode and command line tools are installed
brew install autoconf automake apple-gcc42 libtool pkg-config openssl readline libyaml sqlite libxml2 libxslt libksba
rvm install 2.0.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment