Random Friday Fact: Bash actually keeps a cache of where binaries are, so if you try to install a new one and can't figure out why its not running instead of the old one, `hash -r` is your friend. Instead of `which` you need to use `type` to find out what's going on.