Guy Swann
· 19w
I don’t think I’ve ever done anything with python and pip that didn’t result in an entire cascade of errors, failed installs, can’t use newest version, can’t write to disk, and a myriad othe...
+1 for the mise and uv love. Specifically
- uv for simple python packages
- mise + uv if you plan on having a polyglot package, e.g python + NodeJS
- nix flakes if you want to go full retard and guarantee reproducibility across machines
❤️1