econchick / new-coder

New Coder tutorials
zlib License
597 stars 394 forks source link

pg_config file path if using Postgres.app on Mac #142

Open harrywang opened 9 years ago

harrywang commented 9 years ago

On Mac, if using Postgres.app, the pg_config file is in /Applications/Postgres.app/Contents/Versions/9.3/bin directory, which should be added to the system path before running to avoid errors:

(ScrapeProj)$ pip install -r requirements.txt