0

Got below error when installing scalate on OSX Yosemite by following http://scalate.github.io/scalate/documentation/installing.html

brew install scalate
Error: No available formula for scalate
Searching formulae...
Searching taps...

Any idea?

jiangok
  • 2,622
  • 3
  • 21
  • 26

1 Answers1

0
brew update
brew tap --repair && brew tap homebrew/science
brew install octave
Johnny
  • 13
  • 2