Answers for "Error: pg_config executable not found. macos"

7

Error: pg_config executable not found.

sudo apt-get install libpq-dev python-dev
Posted by: Guest on August-18-2020
0

Error: pg_config executable not found."fedora"

sudo dnf install libpq-devel
Posted by: Guest on September-13-2021
0

Error: pg_config executable not found. macos

export PATH="/Applications/Postgres.app/Contents/Versions/latest/bin:$PATH" 

pip install psycopg2
Posted by: Guest on October-10-2021

Code answers related to "Error: pg_config executable not found. macos"

Browse Popular Code Answers by Language