LoginSignup
0
0

More than 5 years have passed since last update.

ruby pg install on Macbook Pro (Late 2015)

Posted at

rubyでpostgresqlにアクセスするだけの環境構築についてです。
gem install pgで失敗したので以下を実行したらうまくいきました。

env ARCHFLAGS="-arch x86_64" gem install pg

参考サイト: http://kgmx.hatenablog.com/entry/2014/08/26/091657

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0