I am new to Bamboo. I setup my Plan and want to use a Task Script to use my python code inline. I am using this against a Windows agent. I am using the Shell interpreter and also tried the /bin/sh interpreter.
I can run windows commands inline in my plan using cmd.exe fine, just not Python
Every time I run this, it errors with something like the following:
'import' is not recognized as an internal or external command, operable program or batch file.
What is the best way to run python code as inline in Bamboo? I am using version 6.2.3 build 60210 - 20 Nov 17
Thanks