Feature #3732
By dumganhar Posted 2014-02-21 07:06
if PYTHON\_BIN is not set, the default value used is /usr/bin
I’ve added an intermediate step and if PYTHON\_BIN is not set, it tries to find python2.7 via “which” and it that fails it defaults to /usr/bin
Back