It's just an example to let him know. You can use any version of python3 here. I did use this because it defaults on ubuntu 16.04 and for me it's a better combination with python3.5 and django2.0 I did make a lot of applications with these.
That's it. Cheers! On Thu, Aug 22, 2019 at 4:37 PM o1bigtenor <[email protected]> wrote: > On Thu, Aug 22, 2019 at 3:35 AM Abu Yusuf <[email protected]> > wrote: > > > > First of all: don't use python2. It will be dead after 4 months. > > create a virtual environment: virtualenv -p /usr/bin/python3.5 venv > > then activate it: source venv/bin/activate > > Greetings > > Curious as to why you wouldn't install python 3.7 at this point? > > Regards > > -- > 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 view this discussion on the web visit > https://groups.google.com/d/msgid/django-users/CAPpdf5-3dtz%2BC_GoQdS3VmDFLZA-X1UvyaGWiG0DyXPueQL-pw%40mail.gmail.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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CACNsr285iOJm4dAhDvbCZYcv4Ba1um65-7hV-XWN8WFbT4MRrA%40mail.gmail.com.

