I'd like to set up some "External tool" for Eclipse. This tool is meant to be run for a particular project and also requires PYTHONPATH to be initialized.
Is there a way to pass the PYTHONPATH to the tool execution, just as the Python interpreter configured in Pydev would usually do?
EDIT: My intend is to set the PYTHONPATH depending on the current active Pydev project - this is only known to the project. So it's not a hardcoded solution, I'm looking for.