Created
July 13, 2017 05:11
-
-
Save andrisasuke/ed41338de02414a316c16165719f373e to your computer and use it in GitHub Desktop.
pip install psycopg2 on mac os x
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
$ export PATH=$PATH:/Applications/Postgres.app/Contents/Versions/VERSION/bin/ | |
$ pip install psycopg2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment