On virtual environment creation, at least using venv, it would be great to add an option to support --system-site-packages.
I don't mean supporting the option per-se, but asking a new question about it on Python: Create Environment dialog, or adding a setting for the extension would be great.
Right now, the only way of supporting that is creating the virtual environment by hand OR editing pyvenv.cfg by hand, and both are worse solutions, in my opinion, than supporting system site packages directly.
Thanks!
On virtual environment creation, at least using
venv, it would be great to add an option to support--system-site-packages.I don't mean supporting the option per-se, but asking a new question about it on
Python: Create Environmentdialog, or adding a setting for the extension would be great.Right now, the only way of supporting that is creating the virtual environment by hand OR editing
pyvenv.cfgby hand, and both are worse solutions, in my opinion, than supporting system site packages directly.Thanks!