Installing both Python 2 and 3 in the same computer
Created: 07 July 2018
I was wondering if I can have both Python 2 and 3 on Windows. To solve this problem I have followed some simple steps.WindowsInstall Python 2Add c:\Python2 path on the path of your enviroment variablesRename python.exe as python2.exeInstall Python 3Add c:\Python3 path on the path of your enviroment variabl......