This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # a lot of these commands will not work but they might be helpful anyways. | |
| # start with cleaning the previous brew directory and python and latex installations | |
| # finish with installing MIT-scheme | |
| # clean up brew | |
| # Thanks to http://joernhees.de/blog/2014/02/25/scientific-python-on-mac-os-x-10-9-with-homebrew/ | |
| # and http://zmjones.com/mac-setup/ | |
| cd `brew --prefix` | |
| git checkout master | |
| git ls-files -z | pbcopy | |
| rm -rf Cellar |