econchick / econchick/new-coder
pg_config file path if using Postgres.app on Mac
Open
bug
- Dominant language
- CSS
- Stars
- 591
- Forks
- 378
- PR merge metrics
- No merged PRs in 30d
Description
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
```
Contributor guide
Assessment
This issue has not been assessed yet.