I come from using cygwin on Windows, and I just started using a mac. I'm wondering why it seems that search paths don't work like they should.
If I have a program in /usr/bin/prog and I delete it. It seems to keep trying that exact path instead of searching for it again (let's say I move it to /usr/local/bin).
Is this due to the terminal app or is it something specific to mac? Also, if I want to install a new version of python into /usr/local/bin, is the right way to do it to remove it from /usr/bin/?