You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
brew install rbenv ruby-build
# Add rbenv to bash so that it loads every time you open a terminal
echo 'if which rbenv > /dev/null; then eval "$(rbenv init -)"; fi' >> ~/.bash_profile # or ~/.profile
source ~/.bash_profile
# Install Ruby
rbenv install 2.1.3
rbenv global 2.1.3
ruby -v
The text was updated successfully, but these errors were encountered:
Sucks, but true. At least for now:
The text was updated successfully, but these errors were encountered: