uv icon indicating copy to clipboard operation
uv copied to clipboard

Seeding venv adds setuptools and wheel on Python 3.12

Open henryiii opened this issue 1 year ago • 2 comments

If you use --seed on a Python 3.12 venv, you still get setuptools and wheel, while both virutalenv and venv have dropped them if using Python 3.12 or newer. This causes uv venv -p 3.12 --seed (524ms) to be slower than virtualenv .venv (360ms), which is only adding pip.

henryiii avatar Feb 17 '24 17:02 henryiii

Thanks! We can drop them too.

zanieb avatar Feb 17 '24 17:02 zanieb

Oh wow!

charliermarsh avatar Feb 17 '24 17:02 charliermarsh