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.

  1. right-click on project folder in package explorer view , select "properties".
  2. select "pydev - interpreter/grammar"
  3. select appropriate grammar version , interpreter, if options contain python version want.
  4. if not, click on "click here configure interpreter not listed."
  5. 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

Popular posts from this blog

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -