Splunk Dev

Installing Python 3 interpreter on Windows Splunk

treydismukes
Engager

I am writing an alert script in Python 3, and I'm wondering if putting the second python interpreter on my Windows box will cause problems with the Splunk installation. My Splunk admin is hesitant about mixing the two, but I believe if I keep the new version out of the environment variables I should be able to call it from within my alert script with #!/path/to/paython3 without disturbing Splunk's normal operations.

Thoughts?

Tags (1)
0 Karma

gkanapathy
Splunk Employee
Splunk Employee

You are correct. You can install the other Python instance elsewhere, and explicitly call it. I'm not sure Windows respects #! at the top of script, in fact I think it doesn't, so you'd have to code the path in the appropriate place.

0 Karma
Get Updates on the Splunk Community!

Join Us for Splunk University and Get Your Bootcamp Game On!

If you know, you know! Splunk University is the vibe this summer so register today for bootcamps galore ...

.conf24 | Learning Tracks for Security, Observability, Platform, and Developers!

.conf24 is taking place at The Venetian in Las Vegas from June 11 - 14. Continue reading to learn about the ...

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...