Created
November 15, 2016 21:01
-
-
Save geekforbrains/3a2836dac8a147a91b0600fcfff3c58d to your computer and use it in GitHub Desktop.
Revisions
-
geekforbrains created this gist
Nov 15, 2016 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,5 @@ $ xcode-select --install $ brew install openssl $ virtualenv env $ . env/bin/activate $(env) env LDFLAGS="-I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib" pip install psycopg2