相当于 Linux 操作系统依赖项的构建?

发布于 2024-12-29 00:57:44 字数 158 浏览 0 评论 0原文

我计划使用 buildout 来构建一个网络应用程序。我想使用 lesscss,为此我需要安装 node.js。

是否有等效的构建用于设置操作系统来安装我无法使用 pip 安装的依赖项?或者考虑到我不想以 root 身份执行构建脚本,是否可以使用构建来执行此操作?

谢谢

I'm planning on using buildout to build a webapp. I want to use lesscss though, and for that I need to install node.js.

Is there an equivalent of buildout for setting up an OS to install dependencies that I can't install using pip? Or is it possible to do this using buildout somehow taking into account the fact that I don't want to execute my buildout script as root?

Thanks

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

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

发布评论

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

评论(1

吾家有女初长成 2025-01-05 00:57:44

为了管理操作系统的包依赖关系,也许您应该考虑使用 Puppet厨师

这些工具将使您能够管理以下操作系统资源:

  • 软件包
  • 用户
  • 配置文件

也可以让这些工具通过调用 buildout(或 pip)来安装您的应用程序

For managing the package dependencies of your OS, perhaps you should look at using tools like Puppet and Chef.

Such tools would enable you to manage the following OS resources:

  • Packages
  • Users
  • Configuration files

Might also be possible to let these tools install your application by invoking buildout (or pip)

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