Commit 590a3d8f authored by Łukasz Nowak's avatar Łukasz Nowak

- locally build software path is the most important


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33040 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 903bf683
......@@ -16,6 +16,9 @@ products =
${zope-instance:products}
bt5_path = ${software_definition:bt5-erp5}
instance-home = ${zope-instance:instancehome}
initialization =
import os
os.environ['PATH'] = ':'.join(['${buildout:data-bin-directory}'] + os.environ.get('PATH','').split(':'))
[zope-instance]
# developer by default want to have updatable Data.fs
......
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