I\'m trying to install django using pip in Terminal.
I always get an exception, however. The last error is always \"permission deni
sudo pip install django
The error tells you that you can't access a directory (you don't have enough permissions), so you can gain root access via sudo to get the permissions.
sudo