Fork me on GitHub

Scipy Superpack for Homebrew

A script for building the Python scientific stack on OS X

This shell script will build and install the Python scientific stack, including Numpy, Scipy, Matplotlib, IPython, Pandas, Statsmodels, Scikit-Learn, and PyMC for OS X 10.10 (Yosemite) using the Homebrew package manager and pip. The script will use recent development code from each package, which means that though some bugs may be fixed and features added, they also may be more unstable than the official releases.

The SuperPack will install Python 2.7 or 3.4 from Homebrew and build all packages against it.

Dependencies

OS X 10.10 (Yosemite)

Install

Download Scipy Superpack Installer for OSX 10.10 (right-click to download script)

Alternately, if you have curl installed, you can get the script via:

$ curl -o install_superpack.sh
https://raw.githubusercontent.com/fonnesbeck/ScipySuperpack/master/install_superpack.sh

To install, open a terminal in the directory that the script is located and call:

$ sh install_superpack.sh

If you have not already installed the current Homebrew, Git, and the Xcode command line tools, these will be installed for you.

Packages

The Scipy Superpack package installs:

Contact

Contact Chris Fonnesbeck or follow me on Twitter.