是否有可能让 python Purple 在 cygwin 或非 debian 的 Linux 上运行?
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
仅当您尝试构建 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).