Having various projects in both Python 2 and Python 3 (with both python versions installed), I was looking for a more intuitive way to run scripts via Command Prompt than
If Python 2 and 3 are both installed and in the PATH variable, you can do:
py -2
or
py -3