python3 -m venv --system-site-packages .venv

Category: Python & pip

python3 -m venv --system-site-packages .venv

Allow the venv to access system-level packages

Creates a venv that can also access system-level packages (breaking isolation, but sometimes necessary).
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.