チュートリアルのために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のどこにありますか?それを構成する方法は?システム全体にpostgresをインストールしたくないので、virtualenvを使用しています。