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 c0db88f commit 18d8edbCopy full SHA for 18d8edb
Doc/library/venv.rst
@@ -186,14 +186,6 @@ creation according to their needs, the :class:`EnvBuilder` class.
186
Installs activation scripts appropriate to the platform into the virtual
187
environment.
188
189
- .. method:: upgrade_dependencies(context)
190
-
191
- Upgrades the core venv dependency packages (currently ``pip`` and
192
- ``setuptools``) in the environment. This is done by shelling out to the
193
- ``pip`` executable in the environment.
194
195
- .. versionadded:: 3.8
196
197
.. method:: post_setup(context)
198
199
A placeholder method which can be overridden in third party
0 commit comments