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 e9b49d1 commit 3921b1cCopy full SHA for 3921b1c
1 file changed
Doc/library/venv.rst
@@ -234,14 +234,19 @@ creation according to their needs, the :class:`EnvBuilder` class.
234
There is also a module-level convenience function:
235
236
.. function:: create(env_dir, system_site_packages=False, clear=False, \
237
- symlinks=False, with_pip=False)
+ symlinks=False, with_pip=False, prompt=None)
238
239
Create an :class:`EnvBuilder` with the given keyword arguments, and call its
240
:meth:`~EnvBuilder.create` method with the *env_dir* argument.
241
242
+ .. versionadded:: 3.3
243
+
244
.. versionchanged:: 3.4
245
Added the ``with_pip`` parameter
246
247
+ .. versionchanged:: 3.6
248
+ Added the ``prompt`` parameter
249
250
An example of extending ``EnvBuilder``
251
--------------------------------------
252
0 commit comments