File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -224,8 +224,8 @@ environments.
224
224
Currently, there are two common tools for creating Python virtual environments:
225
225
226
226
* :doc: `venv <python:library/venv >` is available by default in Python 3.3 and later, and installs
227
- :ref: `pip ` and :ref: ` setuptools ` into created virtual environments in
228
- Python 3.4 and later .
227
+ :ref: `pip ` into created virtual environments in Python 3.4 and later
228
+ ( Python versions prior to 3.12 also installed :ref: ` setuptools `) .
229
229
* :ref: `virtualenv ` needs to be installed separately, but supports Python 2.7+
230
230
and Python 3.3+, and :ref: `pip `, :ref: `setuptools ` and :ref: `wheel ` are
231
231
always installed into created virtual environments by default (regardless of
You can’t perform that action at this time.
0 commit comments