basically, there's two versions of python: python 2 and 3. They're incompatible with each other, though there's ways you can get py2 code to run in py3 (the inverse is not true). Effectively, think of what ES6 would have been like if TC39 had the guts to make a backwards incompatible version of ECMAscript to clean up JS warts once and for all.
Thing is, lots of operating system functionality relies on python 2, so you can have two versions of python installed on your system, with the python3 command pointing to v3. Furthermore, you really should be using virtualenvs, which are effectively like smaller node_modules. then doing python $COMMAND will point to your venv python symlink. -- 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/88150c65-d25c-4296-a03a-1e178a179de9%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.