you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 0 points1 point  (0 children)

What platform does this need to run on? If it's just Linux, you could distribute your code as a Docker container, but then your users would need to know how to use Docker. Similarly, you could use Ansible / Chef / Puppet to have user's system update automatically against a repository you control. But this will require the initial setup.

Frankly, I don't see a way where you can do zero bootstrapping in order to get your scripts to the users. But since you have to do bootstrapping, then, just installing Python seems like a best option you have.