How to install lxml into virtualenv from the local system?

匿名 (未验证) 提交于 2019-12-03 03:06:01

问题:

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.

回答1:

You may create required symlinks automatically by bootstrap script.



标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!