|
|
|
|
|
by mlnj
456 days ago
|
|
You do not need a damn good reason for this. Just try it out on a simple hello world. Then try it out on a project already using poetry for eg. uv init uv sync and you're done I'd say if you do not run into the pitfalls of a large python codebase with hundreds of dependencies, you'll not get the bigger argument people are talking about. |
|
That said, I do wish uv had `uv activate`. I like just working in the virtualenv without having to `uv run` everything.