Error installing pg gem on osx

后端 未结 10 976
Happy的楠姐
Happy的楠姐 2020-12-24 15:38

I am on osx 10.6.7 trying to run bundle install on a new rails 3.0.7 app and it keeps failing when trying to build the pg gem. It keeps telling me that I have need the devel

10条回答
  •  无人及你
    2020-12-24 16:07

    If you are using the PostgreSQL app on osx, you may need to change path the following (as the location of the binaries and config files changes) instead of the path shown in lesyk's answer:

    export PATH=/Applications/Postgres.app/Contents/MacOS/bin:${PATH}
    

提交回复
热议问题