The interactive console (aka PyDev console) which I use to run scripts with Control + Alt + Enter loads with C:\Program Files (x86)\eclipse as the default directory. How can I make it load to the default working directory that the script or project is located in?
I've been researching this all over now and nothing seems to work. It looks like others have been having the same issues with no answers too:
pydev console path for the active editor
https://superuser.com/questions/486759/how-can-i-select-a-default-interactive-console-in-pydev
I also tried implementing a custom startup script found here to no avail. I've also added my working directory to the PYTHONPATH as suggested here.