Skip to content

Instantly share code, notes, and snippets.

@rnewson
Created July 21, 2014 17:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rnewson/c3be8a6b763f58cfa73a to your computer and use it in GitHub Desktop.
Save rnewson/c3be8a6b763f58cfa73a to your computer and use it in GitHub Desktop.
Couchdb 1.5.1 install
> grep util_driver_dir /usr/local/etc/couchdb/*
/usr/local/etc/couchdb/default.ini:util_driver_dir = /usr/local/Cellar/couchdb/1.5.1/lib/couchdb/erlang/lib/couch-1.5.1/priv/lib
brew upgrade
> grep util_driver_dir /usr/local/etc/couchdb/*
/usr/local/etc/couchdb/default.ini:util_driver_dir = /usr/local/Cellar/couchdb/1.5.1/lib/couchdb/erlang/lib/couch-1.5.1/priv/lib
/usr/local/etc/couchdb/default.ini.default:util_driver_dir = /usr/local/Cellar/couchdb/1.6.0/lib/couchdb/erlang/lib/couch-1.6.0/priv/lib
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment