Hertzels-MacBook-Pro:~ hertz$ pip install numpy
-bash: pip: command not found
and then:
Hertzels-MacBook-Pro:~ hertz$ brew install cantera --HEAD --with-matlab=/Applications/MATLAB_R2017b.app/
Error: No available formula with the name "cantera"
==> Searching for a previously deleted formula (in the last month)...
Warning: homebrew/core is shallow clone. To get complete history run:
git -C "$(brew --repo homebrew/core)" fetch --unshallow
Error: No previously deleted formula found.
==> Searching for similarly named formulae...
==> Searching local taps...
Error: No similarly named formulae found.
==> Searching taps...
==> Searching taps on GitHub...
Error: No formulae found in taps.
Then following cantera installation instruction on Cantera site
Hertzels-MacBook-Pro:~ hertz$ brew doctor
Your system is ready to brew.
Hertzels-MacBook-Pro:~ hertz$ brew tap --repair
Hertzels-MacBook-Pro:~ hertz$ brew install -v cantera
Error: No available formula with the name "cantera"
==> Searching for a previously deleted formula (in the last month)...
Warning: homebrew/core is shallow clone. To get complete history run:
git -C "$(brew --repo homebrew/core)" fetch --unshallow
Error: No previously deleted formula found.
==> Searching for similarly named formulae...
==> Searching local taps...
Error: No similarly named formulae found.
==> Searching taps...
==> Searching taps on GitHub...
Error: No formulae found in taps.
Does anyone have idea what am i doing wrong?
Thanks.