I need to run a Python script in an Azure Pipeline, for this I was thinking of using Python script with inline code, previously I needed to install the packages, so far so good.
The problem is that I can't use or install Python, when I can install it (in the self hosted agent), the python or pip command is not available. Has anyone experienced this? I can't even use UsePython extension.

