Skip to content

Commit 98dfcf9

Browse files
author
Dave Anderson
committed
updates for newer brew formulae - python now includes pip and gfortran is bundled with gcc
1 parent 5f34fa7 commit 98dfcf9

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

MacInstallation.sh

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515

1616
echo "Installing python"
1717
brew install python
18-
brew install pip
1918

2019
brew tap samueljohn/python
2120
brew tap homebrew/science
@@ -26,8 +25,8 @@ pip install nose
2625
pip install pyparsing
2726
pip install python-dateutil
2827

29-
echo "Installing gfortran"
30-
brew install gfortran
28+
echo "Installing gcc which includes gfortran"
29+
brew install gcc
3130

3231
echo "Installing numpy, scipy, matplotlib"
3332
brew install numpy

0 commit comments

Comments
 (0)