I have python 2.7.11 installed on El Capitan, and works fine, as shown below:
But in Spyder, the console connects to an older version of python, 2.7.10, and does not load any modules I installed through the new "pip", as shown below:
How can I connect Spyder to the newer version of Python and then delete the older version of Python from my computer?
Thank you!