I have issue to configure PyDev Python interpreter with Eclipse in order to be able to run script with "-m" python interpreter argument/option. Does anybody know where exactly one could set that argument? In command line one would do like this: python -m some_package.tests.core_test
But in order to start same package in PyDev I am missing place where I could enter pythong argument "-m".
regards, Milan