Lion
From charlesreid1
Process for getting up and running with my toolchain on Mac OS X Lion:
- Quicksilver http://qsapp.com/
- Divvy http://mizage.com/divvy/
- iTerm2 http://www.iterm2.com/#/section/home
- Compilers:
- don't install XCode
- install Kenneth Reitz's GCC tools instead https://github.com/kennethreitz/osx-gcc-installer
- Git http://git-scm.com/
- Homebrew http://mxcl.github.io/homebrew/
- gfortran
- hdf5
- Python stuff (see Installing Python Libraries page for my general approach to installing Python libraries)
- numpy
- cython (for pandas)
- dateutil (for pandas)
- ipython (follow instructions on the iPython page)