I was using the Anaconda 3.5
distro in a Windows 10 machine. Due to dependencies in libraries that I want to work with, I had to have the 2.7
version i
I also despise the virtual environment switch that Anaconda tries to force on us. I prefer to have both executables always instantly available from the command line. I'm pretty sure I had this working on a Windows machine once:
Now, when you type "python" or "conda" at the command line you will get the python2 version, and when you type "python3" or "conda3", etc. at the command line you will get the python3 version.