the safest way to use the latest python version (python 3.7.3 is the latest) is to create a virtual environment for python3, from there you install the latest python version, or you can use brew command to install python3. You can also install anaconda on your mac.
Good luck. On Tue, Apr 30, 2019 at 5:40 AM James <[email protected]> wrote: > I downloaded the file from the python website and went through the entire > installation process... accepting all of the default values. However, when > I went to my Terminal window and typed python, it still shows the older > version: > > Python 2.7.10 (default, Feb 22 2019, 21:17:52) > > [GCC 4.2.1 Compatible Apple LLVM 10.0.1 (clang-1001.0.37.14)] on darwin > > What did I do wrong? I need to get this all setup before I can start the > Django tutorial. > > Thank you! > > -- > 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 post to this group, send email to [email protected]. > 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/d4a9335d-5067-4620-882e-e10a6d04dbcd%40googlegroups.com > <https://groups.google.com/d/msgid/django-users/d4a9335d-5067-4620-882e-e10a6d04dbcd%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 [email protected]. To post to this group, send email to [email protected]. 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/CAGF6mrSbrHFSh53-oFNvr7%2Biddnc2Jv-7T-V7OENiXww1hGvpA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.

