Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Which Eclipse package should I download for PyDev?

Which Eclipse package should I choose for Python development with PyDev?

Nothing on the Eclipse homepage tells me what to choose, and the PyDev documentation assumes I already have Eclipse installed. Does it matter which Eclipse package I choose?

like image 352
Markus Johansson Avatar asked Oct 28 '08 16:10

Markus Johansson


People also ask

What Eclipse package should I download?

For general Java programming the Eclipse Classic would be appropriate. If you want to do web development, then I suggest the Java EE variant, which is suitable for JSP (it also contains everything the Classic variant does).

Why is PyDev not showing in Eclipse?

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.

Which Eclipse version should I install?

Eclipse 4.23 (2022-03) A Java 11 or newer JRE/JDK is required, LTS release are preferred to run all Eclipse 2022-03 packages based on Eclipse 4.23, with certain packages choosing to provide one by default. The Installer now also includes a JRE--consider using the Installer. Please see 5 Steps to Install Eclipse.


1 Answers

If you just plan on doing Python dev, I'd just go with Platform Runtime Binary.

After that, I'd follow the instructions http://pydev.org/download.html and http://pydev.org/manual_101_root.html to install PyDev.

I use the same setup for Python development. I also have the RadRails plugin for Ruby on Rails development.

like image 170
Owen Avatar answered Sep 19 '22 16:09

Owen