I have a problems when try to install
pip install psycopg2
the errors is
Error: pg_config executable not found.
but when I try access pg_config from normal terminal (not in virtualenv mode), I can access the pg_config
Anyone can help ?
Screenshot of pg_config not found on venv, but found on normal terminal mode