Installing MacOS X Bundle: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 49: Line 49:
If it is, octave and gnuplot should work fine now.  If not, we need to go to the .bashrc file.  This is a(n invisible) file that sets things that are important to you up every time you open a new terminal window.  Type this at the prompt:
If it is, octave and gnuplot should work fine now.  If not, we need to go to the .bashrc file.  This is a(n invisible) file that sets things that are important to you up every time you open a new terminal window.  Type this at the prompt:


> touch .bashrc                  # creates .bashrc file if one doesn't exist
> touch .bashrc                  # creates .bashrc file if one doesn't exist;
> open .bashrc                  # opens it in your editor (probably Textedit)
> open .bashrc                  # opens it in your editor (probably Textedit)


11

edits