Trouble trying to run Python 2.7 and 3.4 in Eclipse -
i've installed python 3.4
, using python 2.7
. want create project in python 3.4
, but, when go run-->run configurations , make new entry under python run , see c:\python34 doesn't show up. also, when try create new project, "grammar version" goes 3.0. don't know how resolve this.
edit: because haven't installed python 3.4
correctly?
thanks
i'm assuming you're using pydev. don't know if there other alternatives that's use python in eclipse.
- right-click on project folder in package explorer view , select "properties".
- select "pydev - interpreter/grammar"
- select appropriate grammar version , interpreter, if options contain python version want.
- if not, click on "click here configure interpreter not listed."
- click "new" , provide interpreter name (e.g. python3.4) , path executable (c:\python34)
once you've done that, should see option select python 3.4 interpreter under run configurations > interpreter. it'll displayed using interpreter name provided in step 5.
Comments
Post a Comment