python - Installing lxml in virtualenv for windows -
i've started using virtualenv, , install lxml in isolated environment.
normally use windows binary installer, want use lxml in virtualenv (not globally). pip install not work lxml, i'm @ loss can do.
i've read creating symlinks may work, although unfamiliar how symlinks work , files should creating them for. else know of methods install lxml in virtualenv on windows?
if creating symlinks method works i'm willing learn if can point me in right direction.
the easiest way copy library virtualenv site-packages folder. symlinking method of making appear on filesystem file there physically in location. isolated if copied library over.
so go global site-packages folder , copy on both lxml folder , lxml egg folder virtualenv site-packages. if wanted symlink (for ntfs), here.
Comments
Post a Comment