Last active
December 15, 2015 08:19
-
-
Save chyld/5230093 to your computer and use it in GitHub Desktop.
installing ruby 2.0 and rails 4.0
This file contains 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
\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