Thanks Mike

On Tuesday, July 12, 2016 at 8:03:18 PM UTC-4, Mike Dewhirst wrote:
>
> 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 <javascript:> 
> > <mailto:django-users+unsubscr...@googlegroups.com <javascript:>>. 
> > To post to this group, send email to django...@googlegroups.com 
> <javascript:> 
> > <mailto:django...@googlegroups.com <javascript:>>. 
> > 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 django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
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/99ad53fd-8951-46f1-90d8-b88f760ee586%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to