/top/
/new/
/best/
/ask/
/show/
/job/
^
slacker news
login
about
←back to thread
Fun with uv and PEP 723
(www.cottongeeks.com)
618 points
deepakjois
| 1 comments |
24 Jun 25 18:41 UTC
|
HN request time: 0.656s
|
source
Show context
kristianp
◴[
24 Jun 25 20:48 UTC
]
No.
44370875
[source]
▶
>>44369388 (OP)
#
Does this create a separate environment for each script? If so, won't that create lots of bloat?
replies(3):
>>44370932
#
>>44371915
#
>>44379571
#
1.
ethan_smith
◴[
25 Jun 25 17:05 UTC
]
No.
44379571
[source]
▶
>>44370875
#
uv actually reuses environments when dependencies match, creating a content-addressed store that significantly reduces disk usage compared to traditional per-script virtualenvs.
ID:
GO
↑