如何从本地系统将 lxml 安装到 virtualenv 中?
我的系统上安装了 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以通过引导脚本自动创建所需的符号链接。
You may create required symlinks automatically by bootstrap script.