Lua and Python
Lua and Python
Posted Feb 12, 2020 19:31 UTC (Wed) by tau (subscriber, #79651)In reply to: Lua and Python by NYKevin
Parent article: Lua and Python
Also bad third party libraries can fall out of use, bad standard libraries are forever. Standard library code is also subject to the release cycles of its language runtime.
Posted Feb 13, 2020 8:09 UTC (Thu)
by NYKevin (subscriber, #129325)
[Link]
What I'm saying is that, assuming you eventually want your software installed on an end user's computer (i.e. your end users are not a subset of your developers), then you have to play the usual packaging game, or provide tarballs and make it the distro's problem. Telling end users to run pip install foo is not a great idea. Pip is a developer tool. It has a number of sharp edges; for the longest time, received wisdom was (and might still be?) "never run sudo pip, it will break your system."
Lua and Python