我在Mac上建立一个应用程序在Rails 3与Postgre
sql …
Postgresql工作正常,但在命令行中,我收到以下错误:
$pg_config
-bash: pg_config: command not found
任何人知道如何获得此设置,以便我可以运行pg_config?
谢谢
你可以安装postgre
sql-devel来获得.以rpm为基础的发行版
yum install postgresql-devel
将工作
或使用
yum provides "*/pg_config"
获得确切的包裹
原文链接:https://www.f2er.com/postgresql/192648.html