Using python 2.7 and 3 concurrently - the simple way
It’s quite damn simple, actually. The convolution online is ...
Basically, the reason behind it all is that if you look at the executable for both versions, they are both named, python.exe thus whichever was installed first, will just simply be the one activated when you enter python in the cmd.
Given all the new updates, just add python27 to the environment variables, and then change the python 3.3′s executable to python3.exe. When you launch in the cmd, just type python3 instead of python. Tadah. PIP will automatically be renamed as PIP3. That’s it. o.0

















