Skip to content
Better HN
Top
New
Best
Ask
Show
Jobs
Search
⌘K
undefined | Better HN
0 points
guappa
1y ago
0 comments
Share
Why would you be redoing your venv more than once?
0 comments
default
newest
oldest
dagw
1y ago
Once 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.
kstrauser
1y ago
That's smart. Oh, you used `pip install` to fix a missing import, but forgot to add it to pyproject.toml? You'll find out quickly.
guappa
OP
1y ago
I thought you wanted to test your program, but seems you want to make sure that your unzip library keeps working :D
BoorishBears
1y ago
It 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
OP
1y ago
If only linux distributions had existed for decades…
BoorishBears
1y ago
Not sure how a linux distribution replaces python package management but ok?
j
/
k
navigate · click thread line to collapse