class venv.EnvBuilder(system_site_packages=False, clear=False, symlinks=False, upgrade=False, with_pip=False)
The EnvBuilder class accepts the following keyword arguments on instantiation:
system_site_packages – a Boolean value indicating that the system Python site-packages should be available to the environment (defaults to False).
clear – a Boolean value which, if true, will delete the contents of any existing target directory, before creating the environment.
symlinks – a Boolean valu