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).