Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在开发一个 python 包(仅限 Linux)并使用 distutils。我想将配置文件放在 /etc/ 中,并将日志文件放在 /var/log/ 或此类文件的另一个常见目标中。
Setuptools建议在必要时使用自定义脚本提取和复制数据文件。我应该只提供一个脚本还是有更好的方法来做到这一点?
最好使用您的分发打包系统,例如 deb 或 rpm。因为附加数据文件的目的地通常取决于目标分布。