是否有可能让 python Purple 在 cygwin 或非 debian 的 Linux 上运行?

发布于 2024-07-30 11:40:53 字数 96 浏览 3 评论 0原文

python Purple 说它需要 dbms 和 debhelper 才能运行,但我不运行 debian。 有没有办法让它在不同的Linux上运行? 或者在cygwin中?

python purple says it needs dbms and debhelper in order to run, but I don't run debian. Is there a way to get this running on a different linux? or in cygwin?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

星星的轨迹 2024-08-06 11:40:53

仅当您尝试构建 debian 软件包时才需要 cdbs 和 debhelper。 只需执行常规的 python setup.py build,它就应该可以正常工作(假设您有其他可用的先决条件)。

Both cdbs and debhelper are only needed if you are trying to build a debian package. Just do a regular python setup.py build, and it should work fine (assuming you have the other prerequisites available).

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文