|
|
|
|
|
by josefx
1816 days ago
|
|
> The community of python users, which include companies with ten year old unmaintained scripts, did not want it invest to transition until the absolute last second. Try shipping python3 scripts to systems that only have python2 interpreters. Doesn't work very well unless you also start to ship the interpreter and all its dependencies. I learned my lesson and just avoid distributing any Python code to customers now. |
|
Docker tends to be the easy solution for all this stuff, and it's language agnostic.
> Doesn't work very well unless you also start to ship the interpreter and all its dependencies.
That basically applies to everything that isn't a statically linked binary.