How can I use Python 3.7 in my command line?
My Python interpreter is active on Python 3.7 and my python.pythonPath is /usr/local/bin/python3
, though my Python version in my command line is 2.7. I've already installed Python 3.7 on my mac.
lorenzs-mbp:Python lorenzkort$ python --version
Python 2.7.13