By default, I know MAC uses the python version 2.7.10. I have python 3.7 installed. I became sure of it by typing
python3 --version
in terminal which shows 3.7.2.
I want to use python's secret module which is available for python 3.3x above. Now, when I type python in my terminal, I get the python 2.7x interpreter but I want to select python 3.7.2 as interpreter. How can I select the python 3.7.2 interpreter version?