Which Eclipse package should I download for PyDev?

Markus Johansson picture Markus Johansson · Oct 28, 2008 · Viewed 67.3k times · Source

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?

Answer

Owen picture Owen · Oct 28, 2008

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.