Last active
February 5, 2017 21:31
-
-
Save chaimleib/a76b65ebada1d6ceb4272088992eb220 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
# Install homebrew | |
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" | |
brew update | |
brew install ruby | |
# Install rvm | |
\curl -sSL https://get.rvm.io | bash -s stable --ruby | |
rvm install 2.4 | |
# Install pry (or suffer with irb) | |
gem install pry |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment