--- Junio C Hamano <junkio@cox.net> wrote:
Luben Tuikov [off-list ref] writes:
quoted
$python -V
Python 2.4.2
$which python
/usr/local/bin/python
Since you do not want to use /usr/bin/python but from your own
location /usr/local/bin/python, I presume you built git with
$ make PYTHON_PATH=/usr/local/bin/python
among other installation specific override needed on your
machine?
Oops :-) (lol)
Thanks,
Luben