Created
November 9, 2012 17:28
-
-
Save kneipp/4046999 to your computer and use it in GitHub Desktop.
Instalação Django Mac
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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