I have just installed Python 3.5.1 on my Mac (running the latest version of OSX). My system came with Python 2.7 installed. When I type IDLE at the Terminal pro
IDLE
You can switch to any python version in your project by creating a virtual environment.
In case you just want to run a program in a specific version just open shell and enter python2.x or python3.x