Skip to content

Instantly share code, notes, and snippets.

@datadavev
Created June 8, 2023 12:40
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 datadavev/a874bc0c4f81ad19e058522db3f0986b to your computer and use it in GitHub Desktop.
Save datadavev/a874bc0c4f81ad19e058522db3f0986b to your computer and use it in GitHub Desktop.
install python 3.9 bsddb3 on os x
brew install berkeley-db@5
export LDFLAGS="-L/usr/local/opt/berkeley-db@5/lib"
export CPPFLAGS="-I/usr/local/opt/berkeley-db@5/include"
pip install bsddb3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment