Ich habe versucht, postgres für ein Tutorial zu installieren, aber es pip
wird mir ein Fehler angezeigt :
pip install psycopg
Ein Fehler, den ich bekomme:
Error: pg_config executable not found.
Please add the directory containing pg_config to the PATH
or specify the full executable path with the option:
python setup.py build_ext --pg-config /path/to/pg_config build ...
or with the pg_config option in 'setup.cfg'.
Wo ist pg_config
in meiner virtuellen Umgebung? Wie konfiguriere ich es? Ich verwende virtualenv, weil ich keine systemweite Installation von postgres möchte.