蟒蛇蛋——有时膨胀,有时不膨胀

发布于 2024-11-17 06:48:28 字数 236 浏览 0 评论 0原文

我在一台机器上运行 Fedora 32 位,并使用 easy_install 安装了几个 Egg。

我在 64 位 centos 5 机器上使用 easy_install 安装了相同的 Egg。 site-packages 目录是不同的 - 在我的 Fedora 机器上,一些 Eggs 已经膨胀,所以有以 .egg-info 结尾的目录以及主代码目录。在 Centos 上没有 .egg-info 目录。这是为什么呢?

谢谢

I'm running fedora 32 bit on one machine and have installed several eggs using easy_install.

I've installed the same eggs using easy_install on a 64-bit centos 5 machine. The site-packages directories are different - on my fedora machine, some of the eggs have been inflated so there are directories ending .egg-info as well as the main code directories. On Centos there are no .egg-info directories. Why is this?

Thanks

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

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

发布评论

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

评论(1

妞丶爷亲个 2024-11-24 06:48:28

包可以使用其 setup.py 文件中的 zip_safe 标志来指定自己是否应该取消存档。此外,大多数安装程序(例如“easy_install”)提供了显式控制解包的选项(例如 easy_install --zip-ok ...)...因此这可能取决于软件包在 Fedora 或 CentOS 下的安装方式。

A package can specify itself using the zip_safe flag inside its setup.py file if it should be unarchived or not. In addition most installers like 'easy_install' provide options to control the unpacking explicitly (e.g. easy_install --zip-ok ...)...so it may depend on how the packages are installed under Fedora oder CentOS.

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