| ▲ | raincole 3 hours ago | ||||||||||||||||||||||
> instead of checking for what's already installed Plenty of software come with their own Python runtime. Even Blender uses its own Python runtime. I can name so many apps with embedded Python runtime: Blender, Houdini, Bitwig, Substance Painter, Krita, etc. Checking for what's already installed isn't the norm. In Krita's case, it uses installed Python to build it... and in the building process it builds another Python runtime for its own! This app should have probably bundled the runtime instead of downloading a new one though. > install its own vendored dependencies > lead to both security and performance issues npm install and pip -r theoretically have the same kind of security issue. How many projects on github run this kind of command during build process? My guess is in the order of millions. | |||||||||||||||||||||||
| ▲ | throw_await an hour ago | parent [-] | ||||||||||||||||||||||
All reasonable Linux distro will patch these stupid things to usw the system interpreter. | |||||||||||||||||||||||
| |||||||||||||||||||||||