Update the text describing the octave binary directory

This commit is contained in:
Ian Bell
2014-07-06 20:23:42 +02:00
parent 7d0bf500d4
commit 4031aa2f21

View File

@@ -19,7 +19,7 @@ sudo apt-get install octave liboctave-dev
OSX
---
For OSX, your best best is a binary installer (see http://wiki.octave.org/Octave_for_MacOS_X), alternatively, you can install from Homebrew, though as of July 6, 2014, this functionality was broken in OSX 10.9
If you use the installer, you might want to add the folder that it puts the octave installation onto the path. To do so, add to the file .profile (or create it) in your home directory:
If you use the installer, you might want to add the octave binary folder onto the path. To do so, add to the file .profile (or create it) in your home directory:
```
export PATH="/usr/local/octave/3.8.0/bin:$PATH"
```