Thank you all - I downloaded Django 3.0 using Anaconda.

On Tuesday, June 9, 2020 at 2:35:04 PM UTC-5, Clive Bruton wrote:
>
> You have to use the correct python install: 
>
>         python3 -m pip install django 
>
> You can test your versions and locations: 
>
>         which python3 
>         which python 
>
>         python3 -V 
>         python -V 
>
> When you are running the development server: 
>
>         python3 manage.py runserver 
>
> You can have multiple python versions installed, you just need to   
> understand which one you are addressing/using. 
>
>
> -- Clive 
>
> On 9 Jun 2020, at 03:37, arhoon io wrote: 
>
> > Hello, 
> > 
> > I have installed and successfully confirmed that Python 3.8 works   
> > on my Mac.  However, when I pip installed the latest version of   
> > Django, it automatically installed Django 1.11 even though I have   
> > Python 3.8. 
> > 
> > When typing in "python" into terminal, it runs Python 2.7 - so that   
> > is my guess. 
> > 
> > If that is true, how do I get the actual latest version of Django   
> > (3.0)? 
> > 
> > Thanks 
> > 
> > -- 
> > 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...@googlegroups.com <javascript:>. 
> > To view this discussion on the web visit https://groups.google.com/ 
> > d/msgid/django-users/d02c23bd-0c04-47c1-8602-63c74e35e144o% 
> > 40googlegroups.com. 
>
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/2d4b0971-4748-4bd2-bb21-a240a6dc3667o%40googlegroups.com.

Reply via email to