|
|
|
|
|
by senkora
935 days ago
|
|
I think that the GP has hit on something deeply true (distros are mutually compatible bundles of software which aren't guaranteed or even intended to work with your dev environment). I think it is also true that this is not usually a problem for Python in practice for small-to-medium projects. I will note that most places I have worked professionally with Python code have compiled their own CPython interpreter and not relied on the distro version. |
|