Installing MacOS X Bundle: Difference between revisions
→Running Octave and Gnuplot from a Terminal
(Clean up (could use a review). We'll eventually want to have separate sections for 3.2,x, 3.4.x, 3.6,x, etc.) |
|||
Line 31: | Line 31: | ||
** {{Codeline|sudo ln -s /Applications/Gnuplot.app/Contents/Resources/bin/gnuplot /usr/local/bin/gnuplot}} | ** {{Codeline|sudo ln -s /Applications/Gnuplot.app/Contents/Resources/bin/gnuplot /usr/local/bin/gnuplot}} | ||
** {{Codeline|sudo touch /usr/local/bin/octave}} | ** {{Codeline|sudo touch /usr/local/bin/octave}} | ||
** {{Codeline|sudo ln -s /Applications/Octave.app/Contents/Resources/octave /usr/local/bin/octave}} | ** {{Codeline|sudo ln -s /Applications/Octave.app/Contents/Resources/bin/octave /usr/local/bin/octave}} | ||
* Test that everything is ok. | * Test that everything is ok. | ||
** In a Terminal window type the command below. | ** In a Terminal window type the command below. |