Eclipse, PyDev “Project interpreter not specified”

In my case it has worked with following steps

Prerequisite: Python should be installed

  1. Go to Window -> Preferences -> PyDev -> Interpreters and click on “Python Interpreter”.
  2. Then click on new button and add python executable location.

Example for windows:

c:\python2.7\python.exe

example for ubuntu:

/usr/bin/python
  1. Then you can attached image and click on finish.

Leave a Comment