mycroft-core Mycroft构建过程改进

drkbr07n  于 2个月前  发布在  其他
关注(0)|答案(2)|浏览(35)
  • 将所有依赖项更新到最新版本,以提高跨系统的兼容性和稳定性。
  • 将dev_setup.sh脚本默认设置为可由root运行,因为所有打包版本的mycroft都必须以root身份运行它(作为配置脚本)。
z4iuyo4d

z4iuyo4d1#

你可以通过将运行dev_setup.sh脚本作为dev_setup.sh --allow-root来允许root运行它。然而,不建议这样运行。

lokaqttq

lokaqttq2#

Make the dev_setup.sh script runnable as root by default as all packaged versions of mycroft have to run it as root.(as a configuration script)
Packaged versions (assuming distro packaging and probably Pip) don't have to run dev_setup.sh . They should install deps with the dependency handling of the package manager in use, not with this script.

相关问题