Commit b3ca626a authored by Alain Takoudjou's avatar Alain Takoudjou

Beremiz-ide: use python-interpreter section from pygolang

parent a8d9b5ec
......@@ -81,19 +81,8 @@ eggs =
msgpack
[python-interpreter]
recipe = zc.recipe.egg:scripts
interpreter = python
eggs =
eggs +=
${beremiz-eggs:eggs}
${pygolang:egg}
# Beremiz will use sys.executable to start some internal processes
# then they won't have installed eggs in sys.path.
# -> use pymain from gpython to workaround that and generate
# python where sys.executable point to interpreter
initialization =
from gpython import pymain
pymain(sys.argv)
sys.exit(0)
[beremiz]
recipe = slapos.recipe.build:download-unpacked
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment