Created
March 29, 2017 20:47
-
-
Save diegorocha/950891d6d6ec34c84eeda3b4e9cfe99a to your computer and use it in GitHub Desktop.
Resolve problema "ld: library not found for -lssl" ao instalar mysqlclient/MySQL-python no MacOS
This file contains 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 | |
env LDFLAGS="-I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib" pip --no-cache install mysqlclient |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment