|
|
|
|
|
by simonw
89 days ago
|
|
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. |
|