Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save mikejcorey/6442295 to your computer and use it in GitHub Desktop.

Select an option

Save mikejcorey/6442295 to your computer and use it in GitHub Desktop.
Process for installying MemCached for use in Django apps on OS X
#Global stuff
#First, install memcached and libmemcached using homebrew. This may require gcc, which may require you to update your XCode if it's not up to date.
brew install memcached
brew install libmemcached
#Python stuff, inside your virtual environment
pip install pylibmc, etc.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment