"pip, setuptools and wheel are always installed into created virtual environments by default (regardless of Python version)" is no longer true #1635
Labels
component: tutorials
diataxis: tutorial
Learning oriented lesson (https://diataxis.fr/tutorials/)
good first issue
help wanted
type: bug
A confirmed bug or unintended behavior
type: task
Something that needs to be done that is not a bug or feature
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: