We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8777915 commit 9a03c77Copy full SHA for 9a03c77
1 file changed
Doc/library/venv.rst
@@ -239,14 +239,19 @@ creation according to their needs, the :class:`EnvBuilder` class.
239
There is also a module-level convenience function:
240
241
.. function:: create(env_dir, system_site_packages=False, clear=False, \
242
- symlinks=False, with_pip=False)
+ symlinks=False, with_pip=False, prompt=None)
243
244
Create an :class:`EnvBuilder` with the given keyword arguments, and call its
245
:meth:`~EnvBuilder.create` method with the *env_dir* argument.
246
247
+ .. versionadded:: 3.3
248
+
249
.. versionchanged:: 3.4
250
Added the ``with_pip`` parameter
251
252
+ .. versionchanged:: 3.6
253
+ Added the ``prompt`` parameter
254
255
An example of extending ``EnvBuilder``
256
--------------------------------------
257
0 commit comments