Any way to create a stdlib style venv instead of virtualenv style? #1784
Labels
enhancement
New feature or improvement to existing functionality
needs-decision
Undecided if this should be done
I wonder if it is possible to ask
uv venv
for a stdlib venv style env instead of a virtualenv style one?The latter registers a new
meta_path
importer which I don't really want in my envs (it makes every import statement a little bit slower).Thanks!
The text was updated successfully, but these errors were encountered: