Skip to content

Instantly share code, notes, and snippets.

@chaimleib
Last active February 5, 2017 21:31
Show Gist options
  • Save chaimleib/a76b65ebada1d6ceb4272088992eb220 to your computer and use it in GitHub Desktop.
Save chaimleib/a76b65ebada1d6ceb4272088992eb220 to your computer and use it in GitHub Desktop.
# 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