On Tuesday, August 19, 2014 at 9:24 PM, Baiju M wrote:

> I would love to install single statically linked binaries for deployment. 
> Building these binaries should be very fact also, say less than 1 minute. 

There are multiple solutions to to this. One that twitter uses is called PEX, a 
concept adopted from the Java world of deployable jars. 

My thought is, if the deployment environment is under control (like the 
versions of Python and the access to PyPI and dependency information and 
versions well established), then the standard python of using pip and 
requirements is good too. The problem usually lies in out of control 
dependencies and environment and sometimes we tend to prefer a static binary.



-- 
Senthil Kumaran


_______________________________________________
BangPypers mailing list
BangPypers@python.org
https://mail.python.org/mailman/listinfo/bangpypers

Reply via email to