<#1973 Allow system_site_packages=True in Virtuale...
# github-notifications
q
#1973 Allow system_site_packages=True in Virtualenv.create() New issue created by PhoenixHe-TSP Currently PEX could create virtualenv to populate bundled packages, and in PEX code it allows to create venv with "--system-site-packages", but there is no way to specify this parameter at runtime. We want to run with venv and system-site-packages enabled, can we have an extra environment variable to specify this behavior? pantsbuild/pex