Pip Recognize Linked Site-packages In Virtualenv
For a number of reasons, such as when the package takes a long time to compile (lxml) it seems to be recommended to symlink such packages from the system sitepackages directory to
Solution 1:
Okay, it seems the trick is to also link the egg-info directory.
Post a Comment for "Pip Recognize Linked Site-packages In Virtualenv"