On Tue, 1 May 2018 at 19:15, Paul Moore <p.f.mo...@gmail.com> wrote: > Maybe you need --system-site-packages?
DO NOT use this option. The entire point of a virtualenv is to be separate from both other environments and the system Python site-packages. The correct way to handle this is to install the modules using the virtualenv’s pip. -- Chris Warrick <https://chriswarrick.com/> PGP: 5EAAEA16 -- https://mail.python.org/mailman/listinfo/python-list