Re: [U-Boot] [PATCH] buildman: Use env to pick the python from $PATH

2013-10-15 Thread Jagan Teki
Hi Tom, On Mon, Sep 30, 2013 at 10:02 AM, Simon Glass wrote: > On Sat, Sep 28, 2013 at 11:38 AM, Jagannadha Sutradharudu Teki > wrote: >> python used in buildman doesn't need to be placed in >> /usr/bin/python, So use env to ensure that the interpreter >> will pick the python from environment. >

Re: [U-Boot] [PATCH] buildman: Use env to pick the python from $PATH

2013-09-29 Thread Simon Glass
On Sat, Sep 28, 2013 at 11:38 AM, Jagannadha Sutradharudu Teki wrote: > python used in buildman doesn't need to be placed in > /usr/bin/python, So use env to ensure that the interpreter > will pick the python from environment. > > Usefull with several versions of python's installed on system. > >

[U-Boot] [PATCH] buildman: Use env to pick the python from $PATH

2013-09-28 Thread Jagannadha Sutradharudu Teki
python used in buildman doesn't need to be placed in /usr/bin/python, So use env to ensure that the interpreter will pick the python from environment. Usefull with several versions of python's installed on system. Signed-off-by: Jagannadha Sutradharudu Teki --- tools/buildman/buildman.py | 2 +-