Error installing pg gem on osx

后端 未结 10 954
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:12

    1. export ARCHFLAGS='-arch x86_64'
    2. export PATH=/Library/PostgreSQL/9.1/bin:${PATH}
    3. gem install pg

提交回复
热议问题