venv.create(env_dir, system_site_packages=False, clear=False, symlinks=False, with_pip=False)
Create an EnvBuilder
with the given keyword arguments, and call its create()
method with the env_dir argument.
Changed in version 3.4: Added the with_pip
parameter
Please login to continue.