Created
May 14, 2019 16:36
-
-
Save brunneis/da7b44d56f8c7be8e6f9210408125db9 to your computer and use it in GitHub Desktop.
Install plyvel package on MacOS (leveldb)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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