venv: make installed modules visible

Chris Warrick kwpolska at gmail.com
Tue May 1 15:19:34 EDT 2018


On Tue, 1 May 2018 at 19:15, Paul Moore <p.f.moore at 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



More information about the Python-list mailing list