I want to test a package of python in my virtualenv. This package is not available in PyPI. Then I have to install with apt or apt-get. Is any way to install a package just on virtualenv?
This question is not repetitive. In this question, I mentioned without pip and just using apt, apt-get (package manager system) for installing a package on virtualenv. My machine is Ubuntu 20.04