I'm running Mac OS X 10.11.6 and just uninstalled Anaconda following this thread. I downloaded Python 3.5.2 from python.org and installed that version but in the terminal when I type in python it responds with the following:
Python 2.7.10 (default, Oct 23 2015, 19:19:21) [GCC 4.2.1 Compatible Apple LLVM 7.0.0 (clang-700.0.59.5)] on darwin Type "help", "copyright", "credits" or "license" for more information.
Also when I try to install pip via the terminal using the command 'sudo easy_install pip' I get the following response:
Searching for pip Best match: pip 8.1.2 Processing pip-8.1.2-py2.7.egg pip 8.1.2 is already the active version in easy-install.pth Installing pip script to /usr/local/bin error: [Errno 2] No such file or directory: '/usr/local/bin/pip'
Any suggestions or help would be appreciated. I'm just want to be able to use the Python IDLE from python.org
Thanks