Comment 2 for bug 976817

Revision history for this message
Tony Byrne (tony-badwolf) wrote :

Hi Dražen
 On second thought would the entry problem and the path manipulation go away if pydev called a bash script

cd <project>
quickly run

as the entry point?

 If it has to be a python script you could use subprocess. There may be a packaging difficulty for the entry point. Can the entry script be hidden e.g. .run.sh or .run.py ?