如何从本地系统将 lxml 安装到 virtualenv 中?

发布于 2024-11-30 06:33:57 字数 266 浏览 1 评论 0原文

我的系统上安装了 lxml 模块(debian 包 python-lxml,适用于 python 2.6),我还使用基于 python2.6 的 virtualenv,安装了标志 --no-site -包

是否可以在虚拟环境中安装 lxml,而无需使用一些标准工具(pip、easy_install 等)进行编译,并且已经从基本系统安装了 lxml 二进制文件?

聚苯乙烯 当然,我可以手动创建符号链接/复制文件,但不喜欢这种方法。

There is lxml module installed on my system (debian package python-lxml, for python 2.6), also I'm using virtualenv based on python2.6, installed with flag --no-site-packages.

Is it possible to install lxml inside virtual environment without compilation using some standard tools (pip, easy_install etc) and already install lxml binary files from the base system?

P.S.
I can, of course, manually create symlinks/copy files but don't like this method.

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

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

发布评论

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

评论(1

远昼 2024-12-07 06:33:57

您可以通过引导脚本自动创建所需的符号链接。

You may create required symlinks automatically by bootstrap script.

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