I have Python 3.6.5 and Python 3.7.4 installed.
python --version
gives me 3.6, while
python3 --version
gives me 3.7. Running code in PyCharm indicates that it is still using 3.6. How do I update it to start using 3.7, and/or remove 3.6?
I've looked around SO and other forums, but so far nothing seemed to be relevant to this specific issue.