Y
Hacker News
new
|
ask
|
show
|
jobs
by
GolDDranks
443 days ago
A package manager that is a quick and snappy binary that doesn't need a big runtime, unlike most of the Python tools.
1 comments
zahlman
441 days ago
What exactly is your standard for "big"?
$ du ~/.local/pipx/venvs/uv/bin/uv | cut -f 1 38812
Stripped and dynamically linked, BTW. Compare the system-provided Python:
$ du /usr/bin/python3.12 | cut -f 1 7832
(But also, if you hope not to pay the cost of a Python runtime, what is your remaining use case for uv?)
link