/kb

personal knowledgebase

Archive for the ‘Eclipse’ tag

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.

Written by HÃ¥vard Grimelid

April 23rd, 2008 at 11:23 am

Posted in Editors

Tagged with , , ,