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.
/usr/localis designed to override/usrby the FHS. You will lose access to any program in/usr/localthat has a/usrcounterpart.aliasonly has an effect for interactive shell commands and introduces side-effects of its own since it overridesPATHsearch. – ivan_pozdeev Oct 26 '17 at 06:53