|
|
|
|
|
by hglaser
228 days ago
|
|
Am I the only one who feels like this is obviated by Docker? uv is a clear improvement over pip and venv, for sure. But I do everything in dev containers these days. Very few things get to install on my laptop itself outside a container. I've gotten so used to this that tools that uninstall/install packages on my box on the fly give me the heebie-jeebies. |
|
Yes, it was the NPM supply chain issues that really forced this one me. Now I install, fetch, build in an interactive Docker container