如何在maven web项目中包含python编译器依赖项?
我有一个简单的网站,其中有一些相关的 python 脚本,我用它们来维护该网站(注意,python 代码是我们为各种任务手动执行的 util 脚本)。我需要能够与可能想要编辑它的其他开发人员共享它。
我需要包含哪些 Maven 依赖项,以便在运行时包含 python 编译器并可以将其放在构建路径中?
I have a simple website that has some related python scripts that I use for maintenance of that website (note, the python code are util scripts that we execute manually for various tasks). I need to be able to share it with other developers who may want to edit it.
What Maven dependencies do I need to include so that the python compiler is included at runtime and can be put on the build path?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不确定我是否理解这个问题,但 Jython 包含一个编译器:
I'm not sure I understood the question but Jython includes a compiler: