I am trying to set up emacs to run as a server to avoid the time required to open individual sessions for each file. This is on OS X El Capitan. Using the instructions provided here, I have the first item described, the emacs executable I presume, at the indicated location on my system:
/Applications/Emacs.app/Contents/MacOS/Emacs --daemon
However the second item described, the emacsclient, is not present (or visible) at the indicated location:
/Applications/Emacs.app/Contents/MacOS/bin-x86_64-10_9/emacsclient -c $argv
Will I need to install emacsclient separately? I used homebrew to set up emacs originally on this system. Does this method not install emacsclient by default?