In virtualenv, the option to inherit site packages from parent seems to be determined when it was created, and cannot be modified later.
This has created great inconvenience for dependency management, e.g. when the venv is referenced and dereferenced in Pycharm:
The inheritance will be permanently disabled and never found again.
Is my impression correct? If not, what is the easiest way to achieve this feature?