Installing environments and switching between Conda Python 2.7 and 3.5 - mikec964/chelmbigstock GitHub Wiki

Overview: The Continuum Analytics – Anaconda python distribution installs with Python 2.7 as a default. It includes tools to build Pyton 3.3 and Python 3.4 environments. Once these are built, then they can be 'activated' or 'deactivated'. When 'deactivated', your system reverts to the default Python 2.7.

Continuum Analytics continually updates their software so it is best to refer to the current documentation here http://conda.pydata.org/docs/using/envs.html#change-environments-activate-deactivate.

The current Anaconda versions of the IDE, Spyder, and notebook, Jupyter, support both Python 2.7 and Python 3.5.

Norm Heckman 01-21-2016