Skip to content
Snippets Groups Projects
Commit 2247ee17 authored by Dilawar Singh's avatar Dilawar Singh
Browse files

Updated. Try on strudel.

parent 5e5b17f8
No related branches found
No related tags found
No related merge requests found
......@@ -73,18 +73,18 @@ export PATH=${BREW_PREFIX}/bin:$PATH
(
cd $BREW_PREFIX
if [ ! -f $BREW_PREFIX/bin/brew ]; then
curl -L https://github.com/Homebrew/homebrew/tarball/master | \
tar xz --strip 1 -C $BREW_PREFIX
curl -L https://github.com/Homebrew/homebrew/tarball/master | tar xz --strip 1 -C $BREW_PREFIX
else
echo "[I] Brew exists. Not installing"
fi
echo "Copying moose.rb and moogli.rb"
cp -f $CURRDIR/../macosx/*.rb $BREW_PREFIX/Library/Formula/
rsync -azv --progress $CURRDIR/../macosx/*.rb $BREW_PREFIX/Library/Formula/
# This even works without python.
## NOTE: DO NOT install matplotlib using brew unless also installing python
## using brew. Since we are going to uninstall later, use pip to install
## matplotlib and numpy.
$BREW update
$BREW -v install homebrew/python/matplotlib --with-pyqt
$BREW -v install homebrew/python/numpy
$BREW link --overwrite matplotlib
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment