My Django development setup
Part 1 - Installing software
For this part, I loosely followed this guide on Installing Pip, Virtualenv & VirtualenvWrapper on OS X.
Install pip
I already had pip installed. However, if I were to install it, I would need: sudo easy_install pip
Install virtualenv
I intalled virtualenv with this command:
sudo pip …