|
|
|
|
|
by pornel
1106 days ago
|
|
That's the thing — Python can break with any OS update (I personally can break it whenever I touch it ;) OTOH a script for /bin/sh written 30 years ago has a good chance running today unchanged. Having said that, I still would not recommend shell for anything that needs to be robust and secure. |
|
What was definitely problematic was the update from 2 to 3. Another problem may be dependency management (people not pinning dependencies). But the python itself? What does it even mean? Interpreter not starting?