有没有一种方法可以确定是否要使用 distutils 而不是 setuptools 安装软件包?

发布于 2024-09-01 19:51:17 字数 194 浏览 5 评论 0原文

我可以查看 setup.py 内部,看看它是否是 distutils 包。但在熟悉 python 包管理的过程中,我注意到似乎有不止一种方法可以做到这一点。那么:

如何检查解压的包目录或 setup.py 以了解如何构建它?

编辑:当我说“构建”时,我的意思是它会使用 distutils 或 setuptools,还是分发。我正在使用构建。

I can look inside setup.py I suppose to see if it's a distutils package. But in the process of familiarizing myself with python package management I have noticed that there seems to be more than one way to do it. So:

How can I check an unzipped packages directory or setup.py to see how to build it?

EDIT: When I say 'build' I mean is it going to use distutils or setuptools, or distribute. I am using buildout.

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

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

发布评论

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

评论(1

守望孤独 2024-09-08 19:51:17

为什么你需要知道?光是跑步有什么问题吗

/path/to/your/python setup.py install

Why do you need to know? What's wrong with just running

/path/to/your/python setup.py install

?

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