|
|
|
|
|
by rcleveng
588 days ago
|
|
I've come to realize that putting everything into a container is the only viable way to share a python program. I'll certainly checkout PEX, I think that distribution of a binary is likely the largest one for Python right now. Java solved it with a JAR file, static-compiled binaries for most compiled languages. At Google PAR files have been quite a useful way to handle this for at least 18 years now, hope this can get reasonably solved everywhere. |
|