https://github.com/auxten/minipyruntime
a mini Python 2.7.3 runtime builder
https://github.com/auxten/minipyruntime
Last synced: 2 months ago
JSON representation
a mini Python 2.7.3 runtime builder
- Host: GitHub
- URL: https://github.com/auxten/minipyruntime
- Owner: auxten
- Created: 2012-12-03T05:18:40.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-08-16T08:42:18.000Z (almost 11 years ago)
- Last Synced: 2025-03-18T19:30:14.435Z (2 months ago)
- Language: Python
- Size: 7.61 MB
- Stars: 14
- Watchers: 2
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
miniPyRuntime
=============a mini Python 2.7.3 runtime builder based on "eGenix PyRun"
FEATURES
--------1. Full featured Python 2.7.3 for server side usage
2. Intergrated easy_install tools
3. Whole tobe-deployed package is only approximate **4MB**
4. 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
------------1. copy miniPy.tgz to the host
2. tar xzvf miniPy.tgz && ./install-minipy /path/you/want/to/install
3. enjoy it!
TOOLS WE USE
------------1. eGenix PyRun http://www.egenix.com/products/python/PyRun
2. upx http://upx.sourceforge.net
3. freeze http://wiki.python.org/moin/Freeze
4. strip man strip