miniPyRuntime
miniPyRuntime copied to clipboard
a mini Python 2.7.3 runtime builder
miniPyRuntime
a mini Python 2.7.3 runtime builder based on "eGenix PyRun"
FEATURES
-
Full featured Python 2.7.3 for server side usage
-
Intergrated easy_install tools
-
Whole tobe-deployed package is only approximate 4MB
-
The made out product is JUST READY TO DEPLOY, NO NEED TO COMPILE again on every machine
Currently, we only tested it on CentOS 5, CentOS 6
QUICK GUIDE
Here's a quick guide:
$ make
And the product is in dist/miniPy.tgz
DEPLOY&USAGE
-
copy miniPy.tgz to the host
-
tar xzvf miniPy.tgz && ./install-minipy /path/you/want/to/install
-
enjoy it!
TOOLS WE USE
-
eGenix PyRun http://www.egenix.com/products/python/PyRun
-
upx http://upx.sourceforge.net
-
freeze http://wiki.python.org/moin/Freeze
-
strip man strip