Skip to content

Instantly share code, notes, and snippets.

@kevinkirkup
Created February 17, 2014 21:41
Show Gist options
  • Save kevinkirkup/9059790 to your computer and use it in GitHub Desktop.
Save kevinkirkup/9059790 to your computer and use it in GitHub Desktop.
Homebrew Python Bindings setup
# Subversion Python bindings example
brew install subversion --with-python
mkdir -p ~/Library/Python/2.7/lib/python/site-packages
echo $(brew --cellar)/subversion/1.8.5/lib/svn-python \
> ~/Library/Python/2.7/lib/python/site-packages/svn.pth
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment