Need to execute python script

Hi Everyone,
I need to deploy a python script on both my Win/Linux Infra. For Windows I was planning to create a batch script that could run it.
Let me know if this can be done by some other method through BigFix,

Thanks!

Sure, you can run Python or anything else for which the client has a suitable runtime. We do run Python on Windows, however only on endpoints that we have the Python runtime installed.

You could compile the Python scripts into executable packages complete with dependent libraries. Then download and execute said executable on your endpoints. This eliminates the need to manage the Python dependencies of your script.

1 Like

I was provided the locations of the runtime on the servers. As of now I created a batch script to run and this worked fine. Will be working on the linux part in the coming days. Thanks for the help!

Thanks for the suggestion! Will be looking to implement this for the Linux Infra.

1 Like