TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: Run arbitrary Python script, no setup, no configuration, just run it

1 点作者 buglungtung大约 1 个月前

2 条评论

buglungtung大约 1 个月前
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&#x27;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&#x27;s not perfect but it has been serve my needs very well for months.<p>If you are Go developer, let&#x27;s install it with command<p>go install github.com&#x2F;kanthorlabs&#x2F;runit&#x2F;cmd&#x2F;runit@latest<p>Otherwise you can download the binary and use it<p><a href="https:&#x2F;&#x2F;github.com&#x2F;kanthorlabs&#x2F;runit&#x2F;releases&#x2F;tag&#x2F;v25.4.19">https:&#x2F;&#x2F;github.com&#x2F;kanthorlabs&#x2F;runit&#x2F;releases&#x2F;tag&#x2F;v25.4.19</a>
muconto107大约 1 个月前
Hi i dealt with the same situations and was thinking about doing something similar. Thanks for the effort.