Check your $PATH
if you have /usr/local/bin
and if not add the following
line to the very beginning of your ~/.bash_profile
file (it is a hidden file).
export PATH="/usr/local/bin:$PATH"
# or if you want to be explicit where your SHELL will look for binaries:
# export PATH=/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin