I recently started using virtualenv and would like to install lxml in this sandbox.
I usually use Windows binary installer, but I want to use lxml in this virtualenv (not globally). Setting folders does not work for lxml, so I do not understand what I can do.
I read that creating symbolic links can work, although I am not familiar with how symbolic links work and for which files I should create them. Does anyone else know of any methods for installing lxml in virtualenv on Windows?
If creating symlinks is the only method that works, I definitely want to find out if anyone can point me in the right direction.
source share