I have python 3.6 installed on my computer with Windows 10. Python 3.6 is in the path:
C:\Users\linekm475\AppData\Local\Programs\Python\Python36-32
and I added a path so it works to just type in "python" in cmd to open python 3.6 in cmd. And the problem I have now is that I want to have python 2.7 installed too so I can use both of them. So I installed python 2.7 and it's in the path:
C:\Users\linekm475\AppData\Local\Programs\Python\Python27
Is it possible to do so when I type something like "python27" in cmd that it opens up python 2.7?