Reputation: 3937
I've installed Python 3.4
and am currently using Python 2.7
. I want to create a Project in Python 3.4
, but, when I go to Run-->Run Configurations and then look to make a new entry under Python Run , I see that C:\Python34 doesn't show up. Also, when I try to create a new Project, the "Grammar Version" goes only up to 3.0. I don't know how to resolve this.
Edit: Could this be because I haven't installed Python 3.4
correctly?
Thanks
Upvotes: 3
Views: 2293
Reputation: 656
I'm assuming you're using PyDev. I don't know if there are other alternatives but that's what I use for Python in Eclipse.
Once you've done that, you should see the option to select your Python 3.4 interpreter under Run Configurations > Interpreter. It'll be displayed using the interpreter name you provided in step 5.
Upvotes: 4