From 590a3d8fd1629818ee4ec87919ccc3a9ba26d031 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C5=81ukasz=20Nowak?= <luke@nexedi.com>
Date: Tue, 23 Feb 2010 14:33:37 +0000
Subject: [PATCH]  - 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
---
 buildout/profiles/development.cfg | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/buildout/profiles/development.cfg b/buildout/profiles/development.cfg
index f843f1d6b5..e10a5abac8 100644
--- a/buildout/profiles/development.cfg
+++ b/buildout/profiles/development.cfg
@@ -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
-- 
2.30.9