15
Mac + virtualenv + pip + postgresql = Erro: executável pg_config não encontrado
Eu estava tentando instalar o postgres para um tutorial, mas pipme deu um erro: pip install psycopg Um recorte de erro que recebo: 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 …