Last active
October 23, 2017 13:44
-
-
Save sebatyler/e0041cab40b27a6089240a091f88baac to your computer and use it in GitHub Desktop.
pip problem
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
# ssl | |
LDFLAGS=-L/usr/local/opt/openssl/lib pip install mysqlclient | |
# pip | |
pip install -I https://github.com/pypa/pip/archive/master.zip#egg=pip |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment