'virtualenv use library from source

Is there a way to use a library that I built from source in virtualenv? All user documentation is about pip install normally. One option is to use --system-site-packages since library is built from source globally. But I don't want that.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source