On Wed, Mar 7, 2012 at 2:43 PM, Clark <ccr...@gmail.com> wrote:
> I am having a similar issue, so I tried the $ pip uninstall django,
> but I got a "IOError: [Errno 13] Permission denied"
>
> Advice?
>
> Thanks.
>

You should have started a new thread for your new error. The error
here was that the new user was typing shell commands into a python
prompt - is that what you are doing?

The error that you have shown means that pip tried to access (read or
delete) a file to which it did not have access. That could happen for
any number of reasons, but most likely you installed django as root
and are trying to uninstall it as a regular user.

Of course, that is just speculation, as you have not shown what
happened, or what your original error was that made you think "I know,
a reinstall of Django will fix everything".

Cheers

Tom

-- 
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