Hi,

Le 30 avr. 2011 à 12:16, jsierra a écrit :

> I figured it out, i chmod -R 775 the django directory located in 
> /usr/local/lib/python2.7/dist-packages and was able to use the commands 
> without sudo. Whether or not that's a good idea, I don't know, but it's my 
> personal laptop anyway. Thanks for tying to help Shawn. Much appreciated.

Might be a bit late but instead of doing so, please consider using virtualenv.
You'll get an "extended" python space in your local directories with your own 
user (no need to sudo to install package).
virtualenv and pip are win with almost no effort.

Regards,
Xavier.

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to