In the AI era, I often deal with the situation that I ask AI for a python script then need to setup an environment to run it. It's frustrated because I only need to run it once but need to deal with 15-30mins setup.<p>That why I developed a small helper program that allow me execute any python script. It's not perfect but it has been serve my needs very well for months.<p>If you are Go developer, let's install it with command<p>go install github.com/kanthorlabs/runit/cmd/runit@latest<p>Otherwise you can download the binary and use it<p><a href="https://github.com/kanthorlabs/runit/releases/tag/v25.4.19">https://github.com/kanthorlabs/runit/releases/tag/v25.4.19</a>