-1

I have both python 3.3 and 2.7 installed on my computer. I am running windows 8.

For some reason only one version of python runs at a time — whichever is first in the path control panel > advanced settings.

If 3.3 is first in the path, 2.7 IDLE won't even open and vice versa. What should I do?

e-sushi
  • 13,786
  • 10
  • 38
  • 57
user3135832
  • 191
  • 1
  • 1
  • 8

1 Answers1

0

run manually and setup default interpreters

default: C:\Python27\python.exe

and C:\Python33\python.exe

Dmitry Dubovitsky
  • 2,186
  • 1
  • 16
  • 24