Lion: Difference between revisions
From charlesreid1
(Created page with "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/h...") |
No edit summary |
||
| Line 10: | Line 10: | ||
** gfortran | ** gfortran | ||
** hdf5 | ** hdf5 | ||
* Python stuff (see [[ | * Python stuff (see [[Python#Packages]] page for my general approach to installing Python packages) | ||
** numpy | ** numpy | ||
** cython (for pandas) | ** cython (for pandas) | ||
** dateutil (for pandas) | ** dateutil (for pandas) | ||
** ipython (follow instructions on the [[iPython]] page) | ** ipython (follow instructions on the [[iPython]] page) | ||
Revision as of 21:45, 28 May 2013
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 Python#Packages page for my general approach to installing Python packages)
- numpy
- cython (for pandas)
- dateutil (for pandas)
- ipython (follow instructions on the iPython page)