8 Jul
2022
8 Jul
'22
9:03 p.m.
On 7/8/22 8:28 AM, David Newman wrote:
This system runs Debian 11, with everything installed in a venv. I'm unclear on the relationship between the usual apt* tools and pip, and just do everything Mailman-related using pip.
apt will not install into a virtualenv, even if the virtualenv is active when running apt-get. It only installs system wide. Further, apt doesn't know about packages installed by pip (either system wide or in a virtualenv) and vice versa. See https://askubuntu.com/questions/581648/install-package-into-virtualenv-using... for more.
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan