Skip to content

Instantly share code, notes, and snippets.

@tekton
Last active August 29, 2015 13:58
Show Gist options
  • Save tekton/9943256 to your computer and use it in GitHub Desktop.
Save tekton/9943256 to your computer and use it in GitHub Desktop.
get pylibmc working on mavericks
#!/bin/bash
brew install libmemcached
easy_install pip
pip install virtualenv
virtualenv VENV
source VENV/bin/activate
export CFLAGS=-Qunused-arguments
export CPPFLAGS=-Qunused-arguments
pip install pylibmc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment