Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mikejcorey/6442295 to your computer and use it in GitHub Desktop.
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