You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
:ref:virtualenv needs to be installed separately, but supports Python 2.7+ and Python 3.3+, and :ref:pip, :ref:setuptools and :ref:wheel are always installed into created virtual environments by default (regardless of Python version).
(Also, if you use uv venv or any uv-enabled tool like tox with the tox-uv plugin to create virtual environments, those won't have pip preinstalled either.)
The text was updated successfully, but these errors were encountered:
https://github.com/pypa/packaging.python.org/blob/main/source/tutorials/installing-packages.rst says
which is no longer accurate. Since Python 3.12, setuptools is no longer preinstalled into virtual environments (and virtualenv follows that).
(Also, if you use
uv venv
or any uv-enabled tool like tox with the tox-uv plugin to create virtual environments, those won't have pip preinstalled either.)The text was updated successfully, but these errors were encountered: