Я пытался установить postgres для учебника, но pip
дает мне ошибку:
pip install psycopg
Я получаю сообщение об ошибке:
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'.
Где pg_config
в моем virtualenv? Как его настроить? Я использую virtualenv, потому что мне не нужна общесистемная установка postgres.