Hello everyone,
I've been trying a build a python script through the scheduled playbook editor on the SOAR but I'm facing some difficulties:
First, I checked the python interpreter installed on it.
import sys
print(sys.version)
2.7.3.1-SNAPSHOT (version-2.7.3.1:a93bbeb, Nov 6 2023, 00:44:56)
[OpenJDK 64-Bit Server VM (Azul Systems, Inc.)]
It's a Python2.7 interpreter that is installed on it. Is it possible to change/upgrade it to a newer version ? Like Python3.6 ?
If so, how to proceed ?