Eric,
.profile has:
# MacPorts Installer addition on 2009-04-08_at_20:48:37: adding an appropriate PATH variable for use with MacPorts.
export PATH=/opt/local/bin:/opt/local/sbin:$PATH
# Finished adapting your PATH environment variable for use with MacPorts.
Absolutely.
Bryan Emrys wrote:
Hi,
Now getting an error message: /bin/bash: dot: command not found
Hmm. Pathname issue?
That won't add anything to your shell's path, it's just where Emacs
On the mac, dot is in /opt/local/bin/dot
My .emacs file has: (setq load-path (cons "/opt/local/bin" load-path))
looks for code to load.Can you grep your shell startup files and find out which one adds
I can certainly just open a terminal window and run dot from the command line.
/opt/local/bin to the path?