Skip to content

Instantly share code, notes, and snippets.

@kneipp
Created November 9, 2012 17:28
Show Gist options
  • Save kneipp/4046999 to your computer and use it in GitHub Desktop.
Save kneipp/4046999 to your computer and use it in GitHub Desktop.
Instalação Django Mac
sudo easy_install pip
sudo pip install virtualenv
mkdir -p ~/workspace
cd ~/workspace/
virtualenv django --no-site-packages
#pip install django==1.4.2
sudo pip install django==1.4.2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment