Cool, it's working.
I put the binaries I needed to usr/local/bin. the other way is I append directory I mentioned before to the PATH variable.
export PATH=/newpath:$PATH
But the advantage of putting it in a place that's already on the PATH is that next time you log in it will just work, without having to redefine the variable again. It's a 'cleaner' way.
