Hans Fangohr, Computational Science
  • home rnd notes
  • Pages
  • Books
  • Linux
  • Alpine
  • Email
  • Mac OS X
  • SVN
  • Brother MFC
  • Windows
  • imap Soton
  • On programming
  • IoP CPG Newsletter
  • Ubuntu
  • Eclipse
  • LaTeX
  • Emacs
  • Image processing
  • Home HF
  • |
  • Random notes
  • |
  • Eclipse

Eclipse for Python - Installation of Pydev¶

On Mac OS X¶

  • Download the generic Eclipse archive (called *-classic) and install

  • Follow instructions on http://pydev.org/, in particular:

    • within Eclipse, go to help->Install New Software

    • enter http://pydev.org/updates into the work with field and press add.

    • For Name use any string, for example PyDev, then click continue button.

    • Tick the box for PyDev that appears after a short moment (the second box can be ignored), then Next

    • follow on-screen instruction and make obvious choices, accept licence and certificate, restart Eclipse.

On Ubuntu¶

  • install either eclipse or, if you are interested in C/C++ as well, eclipse-cdt, i.e.:

    apt-get install eclipse
    

    or:

    apt-get install eclipse-cdt
    
  • Then Follow instructions on http://pydev.org/, (as outlined above for Mac OS X).

Return to Top

Created with reStructuredText and Sphinx.