Skip to content

Instantly share code, notes, and snippets.

@brunneis
Created May 14, 2019 16:36
Show Gist options
  • Save brunneis/da7b44d56f8c7be8e6f9210408125db9 to your computer and use it in GitHub Desktop.
Save brunneis/da7b44d56f8c7be8e6f9210408125db9 to your computer and use it in GitHub Desktop.
Install plyvel package on MacOS (leveldb)
#!/bin/bash
brew install leveldb
CFLAGS='-mmacosx-version-min=10.7 -stdlib=libc++' pip install plyvel
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment