Skip to content

Instantly share code, notes, and snippets.

@lxneng
Created May 31, 2011 04:08
Show Gist options
  • Save lxneng/999841 to your computer and use it in GitHub Desktop.
Save lxneng/999841 to your computer and use it in GitHub Desktop.
"brew-pip" lets you install Python applications to the Cellar:

"brew-pip" lets you install Python applications to the Cellar:

$ sudo brew install https://github.com/josh/brew-pip/raw/master/Formula/brew-pip.rb
Password:
######################################################################## 100.0%
==> Downloading https://github.com/josh/brew-pip/tarball/v0.1.1
######################################################################## 100.0%
/usr/local/Cellar/brew-pip/0.1.1: 3 files, 12K, built in 2 seconds

$ sudo brew pip pymongo
==> pip install pymongo==1.11 --install-option=--prefix=/usr/local/Cellar/pymongo/1.11
/usr/local/Cellar/pymongo/1.11: 79 files, 796K, built in 13 seconds
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment