1

What is the most clean Eclpse distro to use for python development? All distro comes with Java plugin and other stuffs.

I just want a clean Eclipse distro + pydev.

p.magalhaes
  • 7,595
  • 10
  • 53
  • 108
  • Possible duplicate of [Which Eclipse package to download for pydev?](http://stackoverflow.com/questions/243962/which-eclipse-package-to-download-for-pydev) – p.magalhaes Jun 01 '16 at 23:20

1 Answers1

1

For a pre-configured environment, see http://www.liclipse.com (note it's commercial -- and has other niceties).

Aside from it, the option is getting the Platform Runtime Binary and follow the instructions from http://pydev.org/download.html and http://pydev.org/manual_101_root.html to install PyDev.

Fabio Zadrozny
  • 24,814
  • 4
  • 66
  • 78