我试图为一个教程安装 postgres,但是 pip
给了我一个错误:
pip install psycopg
A snip of error I get:
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
在哪里?如何配置它?我使用 viralenv 是因为我不希望系统范围内安装 postgres。