sudo apt-get purge python-django on the command line
if from tar.gz package, on the command line change directory to /usr/local/lib/python(your version)/dist-packages/ and delete django files there using sudo rm django -rf and th Django egg info.
That's how it's done on Ubuntu 12.04
-- On 25 June 2012 01:17, Gethin Llyn ab Alwyn <gethhtc@gmail.com> wrote:
How did you install it? Did you do it through apt-get or did you install it through a downloaded tar.gz package from the Django website?
On Jun 25, 2012 12:31 AM, "thomasgrzybowski@gmail.com" <thomasgrzybowski@gmail.com> wrote:
I need to uninstall django (on ubuntu) so as to do a clean installation. Anybody have a procedure for removing django cleanly?Thanks--
You received this message because you are subscribed to the Google Groups "Django users" group.
To view this discussion on the web visit https://groups.google.com/d/msg/django-users/-/vhtf6u6MEqwJ.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.
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+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.
No comments:
Post a Comment