When following the Android Open Source Project instructions on installing repo for use with Git
, after running the repo init
command, I run into this error:
/c/Users/Andrew Rabon/bin/repo: line 23: exec: python: not found
I ve downloaded repo and put it in ~/bin
like it says, and I ve installed Python
. I wonder what the issue could be.
For reference, I m using msysgit
on Windows Vista
, I understand msysgit
is limited, but I hope it can at least pull the android source.