8 ms·
The install speed alone makes it worthwhile for me. It went from minutes to seconds.
by scribu 2y ago
The install speed alone makes it worthwhile for me. It went from minutes to seconds.
- BoorishBears 2y agoI was working on a Raspberry Pi at a hackathon, and pip install was eating several minutes at a time. Tried uv for the first time and it was down to seconds.
- guappa 2y agoWhy would you be redoing your venv more than once?
- dagw 2y agoOnce rebuilding your venv takes negligible time, it opens up for all kinds of new ways to develop. For example I now always run my tests in a clean environment, just to make sure I haven't added anything that only happens to work in my dev venv.
- BoorishBears 2y agoIt has nothing to do with redoing venv: some package installs were just taking multiple minutes. I cancelled one at 4 minutes before switching to uv and having it finish in a few seconds
- guappa 2y agoIf only linux distributions had existed for decades…
- BoorishBears 2y agoNot sure how a linux distribution replaces python package management but ok?