Pydev in Eclipse on Mac
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.
Thanks a lot for this.
jsalvati
3 Oct 08 at 04:20