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 django-users...@googlegroups.com
> <mailto:django-users+unsub...@googlegroups.com>.