Commit 38804bb3 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 25f222a1
...@@ -9,6 +9,7 @@ extends = ...@@ -9,6 +9,7 @@ extends =
parts = parts =
pygolang pygolang
gpython gpython
pygolang-python
# for instance # for instance
slapos-cookbook slapos-cookbook
...@@ -20,11 +21,9 @@ parts = ...@@ -20,11 +21,9 @@ parts =
egg = pygolang[all_test] egg = pygolang[all_test]
# bin/python is preinstalled with sys.path to pygolang & friends. # bin/python is preinstalled with sys.path to pygolang & friends.
# Adjust [gpython], instead of [pygolang], since interpreter works only for regular [pygolang-python]
# zc.recipe.egg, not zc.recipe.egg:custom used by [pygolang]. <= python-interpreter
# The `python` interpreter will just set sys.path to pygolang _without_ activating gevent. eggs = ${pygolang:egg}
[gpython]
interpreter = python
# env.sh for pygolang's python/gpython to be on $PATH. # env.sh for pygolang's python/gpython to be on $PATH.
[pygolang-env.sh] [pygolang-env.sh]
......
...@@ -23,7 +23,7 @@ parts = ...@@ -23,7 +23,7 @@ parts =
instance.cfg instance.cfg
# python interpreter with wendelin.core and all other eggs. # bin/python s python interpreter with wendelin.core and all other eggs.
[wendelin.core-python] [wendelin.core-python]
<= python-interpreter <= python-interpreter
eggs = eggs =
......
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