I'm using Pydev with Eclipse on Mac. My python interpeter is macports python 2.6.
Right now the python package i'm working on is in my eclipse workspace, but the only way I can get my scripts to run is if I first install it into the macports 2.6 python site_packages folder. This means each time I make a code change I have to uninstall it, and then re-install it for my python interpreter to pick up the change.
How to I tell eclipse to tell python that {workspace}/mypythonporject should be part of the python path environment?