I have installed PyDev in eclipse Luna. After successful installation of PyDev, when I want to create a new project I get the error: Project interpreter not specified
How can I fix it? There is no option for interpreter to choose from.
eclipse version Luna, Mac OSX Yosemite, PyDev latest version (installed according to http://pydev.org/manual_101_install.html)
In my case it has worked with following steps
Prerequisite: Python should be installed
Example for windows:
c:\python2.7\python.exe
example for ubuntu:
/usr/bin/python