On 13/07/2016 1:55 AM, Leo wrote:
I am learning how to use Django. With my first attempt I did not use a
virtual environment instead installed Django system-wide. Now I have
learned to utilize virtual environments. Can you help me learn how to
uninstall the system-wide Django instance? Also, I can't recall if I
used pip or apt-get. Or do I need to be concerned with this at all,
meaning will the base install conflict with instances installed in the
virtual environments?
sudo pip uninstall django
sudo apt-get remove django
The base install is unnecessary if Django is installed in the venv and
it should not conflict.
It is best to avoid any base installs unless you *know* they will be
used by all venvs
Your help is appreciated.
Leo
--
You received this message because you are subscribed to the Google
Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send
an email to [email protected]
<mailto:[email protected]>.
To post to this group, send email to [email protected]
<mailto:[email protected]>.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit
https://groups.google.com/d/msgid/django-users/638a94f9-8bb8-40c4-80f2-204b0479dc74%40googlegroups.com
<https://groups.google.com/d/msgid/django-users/638a94f9-8bb8-40c4-80f2-204b0479dc74%40googlegroups.com?utm_medium=email&utm_source=footer>.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "Django
users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit
https://groups.google.com/d/msgid/django-users/71ea4c0f-886d-7fa7-8c8e-267f9cb93715%40dewhirst.com.au.
For more options, visit https://groups.google.com/d/optout.