User avatar
🇨🇦Samuel Proulx🇨🇦 @fastfinge@interfree.ca
6d
@jscholes @jaybird110127 Yup, I love uv. It just feels like huge overkill for anything but the machine I actually develop on. And I think uv needs you to modify the path, in order to do everything it does, but I could be wrong. Also, don't modern Python packagers do some tree-shaking so they're not including the complete Python environment in every single build? I know that NVDA's environment, to my sorrow, doesn't include multiprocess, for example, because NVDA doesn't use it. So if I want it in my addons, I have to include it myself, even though it's a Python builtin.