Thanks everyone for replying. I tried entering this in a Terminal window:
export PATH=/usr/local/git/bin:$PATH but I get this: export: Command not found. So I tried this: echo $PATH Here is what was returned: /usr/local/mysql/bin:/usr/local/mysql/bin:/usr/local/mysql/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin As you can see there is no reference to git in my path which explains why I'm having this problem. But it now seems I have a bigger issue which is that I can't update my path to include git. Can someone offer a suggestion of how I resolve this? I'm also not sure where this PATH is stored. I would like to edit the path to remove two of the three references to mysql in the path - I don't think I need three identical paths to mysql. I have looked in .profile and private/etc/paths and I can't figure out where PATH is stored. TIA -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
