Installing python 3.8.2
I am interested in working with python on my Mac running 10.15.3. When I run python --version in Terminal, it spits back 2.7.16. I would like to use the latest stable version out there which seems to be 3.8.2. I used an installer from https://www.python.org/downloads/ to download it. However, after installing it, terminal is still spitting out 2.7.16 as the version.
Where is python 3.8 installed and how do I get the path for python to point there? I am a little rusty on the command line.