in reply to cperl mode and interpreter choice
Finder may not be picking your environment variables. Try this from within emacs to verify this:
You could by-pass Finder and run emacs from the shell:M-x: shell-command shell-command: echo path=$PATH
bash:$ export PATH=/usr/local/bin:$PATH; bash:$ /Applications/Emacs.app/Contents/MacOS/Emacs &
|
|---|