Continuing from Compiler error - msgfmt command not found when compiling git on a shared hosting
How do I, after managing to make and install the latest git, force the cpanel shared host to use my version?
My version is under
/home/<ME>/git/git-2.9.0I compiled the make script with
make -i prefix=/home/<ME>/bin allecho $PATH;lists that path in the variable. Also, the path is appended to the current PATH.
Now, I want the server to respond with
/home/<ME>/bin/git
when I run which git