I recommend Python 3.6 or 3.5. Some things are deprecated with Python 3.7. For example Django 1.11 runs DeprecationWarnings with Python 3.7. אורי [email protected]
On Thu, Aug 22, 2019 at 1: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/CABD5YeF_fMgBDT468y8g8Vvh%3DJ5EntiSWpsBhOE8DAO9sZNy1A%40mail.gmail.com.

