Python

How to set up python2, 3 at the same time

1. Usage

mklink C:\Windows\System32\python2.exe C:\Python\Python27\python.exe

mklink C:\Windows\System32\python3.exe C:\Python\Python37\python.exe

Back To Top