Last Updated: February 25, 2016
·
961
· sspross

MacOS X 10.8 Upgrade

My steps after upgrading to MacOS X 10.8 to get my django environment back to work:

Install Xcode (App Store)
Open Xcode and install Command Line Tools (Settings -> Downloads)

sudo xcode-select -switch /Applications/Xcode.app/Contents/Developer
sudo easy_install pip
sudo pip install virtualenv virtualenvwrapper fabric

This Markdown editor freaks me out!!