mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-01-10 14:38:11 -05:00
Added bin to export
This commit is contained in:
@@ -21,7 +21,7 @@ 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:
|
||||
```
|
||||
export PATH="/usr/local/octave/3.8.0:$PATH"
|
||||
export PATH="/usr/local/octave/3.8.0/bin:$PATH"
|
||||
```
|
||||
|
||||
Windows
|
||||
|
||||
Reference in New Issue
Block a user