logoalt Hacker News

simonwyesterday at 11:47 PM1 replyview on HN

The key issue uv solved wasn't dependencies, it was environments.

I used to have hundreds of venv folders scattered around my machine. These days I use "uv run" or "uvx" or "uv run --with boto3 python" and uv handles all of the bookkeeping for me.


Replies

bmitctoday at 12:23 AM

Poetry had already solved that.

show 2 replies