Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
slapos
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kirill Smelkov
slapos
Commits
a3c09f9d
Commit
a3c09f9d
authored
Oct 01, 2020
by
Kirill Smelkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
3f12b8b8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
component/pygolang/test/software.cfg
component/pygolang/test/software.cfg
+8
-8
No files found.
component/pygolang/test/software.cfg
View file @
a3c09f9d
...
...
@@ -5,7 +5,6 @@ extends =
../../../stack/nxdtest.cfg
../buildout-dev.cfg
# XXX kill pygolang (used by python)
parts =
pygolang
gpython
...
...
@@ -15,23 +14,24 @@ parts =
instance.cfg
#
XXX correct ?
#
tune pygolang to install with all and for-tests extras.
[pygolang]
egg = pygolang[all_test]
#
install python with sys.path to eggs
# use
gpython, instead of pygolang
, since interpreter works only for regular
# zc.recipe.egg, not zc.recipe.egg:custom
XXX
# the `python` inter
reter will just set sys.path to pygolang, not activate gevent
#
bin/python is preinstalled with sys.path to pygolang & friends.
# use
[gpython], instead of [pygolang]
, since interpreter works only for regular
# zc.recipe.egg, not zc.recipe.egg:custom
used by [pygolang].
# the `python` inter
preter will just set sys.path to pygolang _without_ activating gevent.
[gpython]
interpreter = python
# env.sh for pygolang's python/gpython to be on $PATH.
[pygolang-env.sh]
recipe = slapos.recipe.template:jinja2
rendered= ${buildout:directory}/${:_buildout_section_name_}
template= inline:
PATH=${buildout:bin-directory}:$PATH
# XXX python with eggs
export PS1="(pygolang-env) $PS1"
export PATH=${buildout:bin-directory}:$PATH
# XXX needed? -> move to stack/nxdtest completely?
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment