Resources for the TIY-Durham Python course.
As soon as possible after receiving your Mac, run through the following steps. If you’ve done a lot of your own configuration, some of these steps may have to change. If you run into ANY PROBLEMS, send me an e-mail at:
clinton@theironyard.com
Again, we want to have all of these kinks worked out in advance, so PLEASE e-mail if things don’t work as described below.
WARNING: The OS X upgrade can take a bit of time to complete and will require a restart. Plan on doing this in the evening or over a lunch break.
Install Google Chrome
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" and follow all the prompts.brew doctorbrew install readlinebrew install gitssh-keygen in your terminal.curl -L https://raw.githubusercontent.com/yyuu/pyenv-installer/master/bin/pyenv-installer | bashatom ~/.bash_profile.Copy and paste the following lines into .bash_profile:
export PATH="$HOME/.pyenv/bin:$PATH"
eval "$(pyenv init -)"
eval "$(pyenv virtualenv-init -)"
pyenv doctor. You should see “Congratulations! You are ready to build pythons!”pyenv install 3.4.2. This will take a while.