/kb

personal knowledgebase

Pydev in Eclipse on Mac

with one comment

You will be asked to specify the where Python interpreter is located:

Please configure a Python or Jython interpreter in Window -> Preferences -> PyDev
before creating a new Pydev project

  • Press Apple key and , (Preferences) and browse to the Python Interpreters submenu
  • Choose New in the upper right and browse to /usr/bin/python
  • Eclipse will then take care of the rest for you – ie. updating the $PYTHONPATH

NOTE: I use Eclipse 3.3.2 on Mac OS 10.5.2.

Reference: On Using Pydev on a Mac.

Theoretically related posts

Written by HÃ¥vard Grimelid

April 23rd, 2008 at 11:23 am

Posted in Editors

Tagged with , , ,

One Response to 'Pydev in Eclipse on Mac'

Subscribe to comments with RSS or TrackBack to 'Pydev in Eclipse on Mac'.

  1. Thanks a lot for this.

    jsalvati

    3 Oct 08 at 04:20

Leave a Reply