Mark McClure
2008-04-23 15:46:43 UTC
alias
gnuplot="/Applications/gnuplot/Gnuplot.app/Contents/Resources/bin/gnuplot"
alias
octave="/Applications/gnuplot/Octave.app/Contents/Resources/bin/octave"
Gnuplot plots very nicely. Octave runs and does all non-graphical things I
The alias command sets up a variable that applies only in your shell.gnuplot="/Applications/gnuplot/Gnuplot.app/Contents/Resources/bin/gnuplot"
alias
octave="/Applications/gnuplot/Octave.app/Contents/Resources/bin/octave"
Gnuplot plots very nicely. Octave runs and does all non-graphical things I
It won't help octave find gnuplot. You probably need to set up a symbolic
link to gnuplot in some directory on your path. Try:
ln -s /Applications/gnuplot/Gnuplot.app/Contents/Resources/bin/gnuplot \
/usr/local/bin/gnuplot
If this complains about permission precede this with a sudo and enter your
password when prompted.
--
View this message in context: http://www.nabble.com/Mac-OS-X%3A-Octave-and-Gnuplot%3E-sh%3A-gnuplot%3A-command-not-found-tp16833565p16834676.html
Sent from the Octave - General mailing list archive at Nabble.com.
View this message in context: http://www.nabble.com/Mac-OS-X%3A-Octave-and-Gnuplot%3E-sh%3A-gnuplot%3A-command-not-found-tp16833565p16834676.html
Sent from the Octave - General mailing list archive at Nabble.com.