wifi password: Ir0nY@rd$*
You will want to run which command
for the commands:
- brew
- git
- rbenv
- pry
And check for the following versions with command -v
or
command --version
- brew -> 0.9.5
- git -> 2.2.0
- rbenv -> 0.4.0-129 CLOSE ENOUGH
- ruby -> 2.1.5p273
- bundler -> 1.7.9
- pry -> 0.10.1
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew install git
rbenv install 2.1.5
rbenv global 2.1.5
gem install bundler
gem install pry
- Make sure you do! https://help.github.com/articles/generating-ssh-keys/
Q: I already have RVM installed. What do I do?
A: See http://stackoverflow.com/questions/3558656/how-can-i-remove-rvm-ruby-version-manager-from-my-system
Also make sure XCode Command Line Tools are installed with
xcode-select --install
?