-
-
Save markbates/f21818a4b45c3ac5518eded212229310 to your computer and use it in GitHub Desktop.
Install Ruby 2.2 on OS X Yosemite with Fish shell
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
brew update | |
brew install chruby chruby-fish ruby-install openssl readline libyaml gdbm libffi | |
brew cleanup | |
brew tap raggi/ale | |
brew install openssl-osx-ca | |
echo ". /usr/local/share/chruby/chruby.fish" >> .config/fish/config.fish | |
echo ". /usr/local/share/chruby/auto.fish" >> .config/fish/config.fish | |
ruby-install ruby 2.3.0 | |
echo "ruby-2.3" > .ruby-version |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment