튜토리얼을 위해 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
내 가상 환경 은 어디에 있습니까 ? 어떻게 구성합니까? 시스템 전체에 postgres를 설치하지 않기 때문에 virtualenv를 사용하고 있습니다.