I have an application (Exuberant Ctags) installed in /usr/bin.
I have also compiled Emacs from source, which installs its own version of ctags in /usr/local/bin.
Running ctags from the command prompt runs the Emacs version from /usr/local/bin.
Is there a way to force it to use the application from /usr/bin?
I can go into /usr/local/bin and delete or rename the unwanted ctags version, but I am wondering if there is another way.