Warning: Homebrew's sbin was not found in your PATH but you have installed formulae that put executables in /usr/local/sbin.

C++
export PATH="/usr/local/bin:$PATH"
source ~/.bash_profile

Source

Also in C++: