[OS X Emacs] running in octave inferior mode

Peter Dyballa Peter_Dyballa at Web.DE
Fri Mar 9 04:05:11 EST 2012


Am 9.3.2012 um 05:58 schrieb Joachim Schmidtke:

> What is going wrong?

The value of the environment variable PATH is not OK. It has to contain /opt/local/bin, where the octave binaries probably reside. In your init file you could use something like

	(setenv "PATH" (concat "/opt/local/bin" path-separator (getenv "PATH")))

--
Mit friedvollen Grüßen

  Pete

A child of five could understand this!  Fetch me a child of five.




More information about the MacOSX-Emacs mailing list