Run shell script before remote Python script

Hello,

I am trying to create a run/debug configuration in which a python script is executed using a remote interpreter. By itself this works fine.

However, I also need to run a shell script before the python script starts (containing some environment variables etc). There is no option to run a Shell Script in the 'before Launch' section.

I know that this is possible when you run using a local interpreter, but is it possible using a remote python interpreter?

0

请先登录再写评论。