Even if I install the PyDev plugin in Eclipse, PyDev does not appear in the Perspective list or settings (tree in the left pane).
The supported Java / Eclipse version of the Pydev plug-in differs depending on the version (latest in August 2016 is v5.2.0), and if there is no support, the PyDev perspective will not be displayed.
Install and start with the following combinations.
--For PyDev 5.2 -Java runtime (starts Eclipse) Java 8 --Eclipse version Eclipse 4.5 or later --For PyDev 4.x -Java runtime (starts Eclipse) Java 7 --Eclipse version Eclipse 3.8 ~ 4.4
PyDev official website (the above content is quoted from here) http://www.pydev.org/download.html
Latest version of PyDev plugin http://pydev.org/updates
Recommended Posts