I upgraded Python with "brew" from Python 2.7.5 to Python 2.7.14. I am using macOS Mavericks 10.9. I added this to .profile
:
export PATH="/usr/local/bin:$PATH".
I don't want to mess with the system python (2.7.5). How do I make use of upgraded Python?