Ubuntu – Eclipse not showing Pydev in Preferences

eclipsepython-2.7

After installing Eclipse and python I am not able to see Pydev on eclipse. When I try to install eclipse again it is showing as duplicate location.

Best Answer

it seems that you installed pydev with wrong version. remember check your java version(by typing java -version in console). if it says 1.6.X, then you should NOT check "Show only the latest versions of available softerware" option in the first popup window after "Help->Install New Software" clicked. by uncheck that option, you will see a long list versions of pydev, pick 2.8.2. it will work well with your current java version. btw, if your java version is above 1.7, pydev's version should be above 3.0.

good luck!

Related Question