
TIL uv doesn't byte compile installed packages (can opt-in), while pip does does byte compile by default (can opt-out). #PyconUS
5
6
1
TIL at #PyconUS : uv sync will install the current project / directory as an editable package. Perfect for the sprints! zanieb recommends uv sync as the preferred interface over the "imperative" uv pip workflow.
1
0
0