, .
:
python bootstrap.py
./bin/buildout install cython
./bin/cpy bootstrap.py
./bin/cpy ./bin/buildout
, , , buildout "install", , , :
[buildout]
parts = deps py
eggs =
whatever
kdist
nark
kivy
develop =
.
lib/nark
lib/kivy-dist
[cython]
recipe = zc.recipe.egg:script
parts = cython-py
interpreter = cpy
eggs =
cython
pyinstaller
[deps]
recipe = zc.recipe.egg:eggs
eggs = ${buildout:eggs}
[py]
recipe = zc.recipe.egg:script
interpreter = py
eggs = ${buildout:eggs}
, bin, bin, :
$ ls bin/
buildout garden py
, , . buildout?
... , , cython , juts .