I would like to update Python 2.7 to Python 3.4. Currently, I am using Mac OS X 10.9.5.
I have used Homebrew to install Python 3.4. However, when I used python -V to check the version of my Python in the terminal, it still appears to be on the 2.7 version.
Anybody have any idea as for why this is?
Also, I have tried to follow the directions of this article to update to Python 3 (see the second half of the article). Yet my system cannot find this file: /System/Library/Frameworks/Python.framework/Versions/3.4

python3, not "updated"python(which you shouldn't do - changing the system Python could lead to all kinds of problems). Trypython3 -V.