15
11

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

bundle installでエラー (installing pg)

Last updated at Posted at 2016-01-19

環境 mac OSX El Capitan
Ruby 2.0.0
Rails 4.0.5

bundle installしたらエラーができました。

下記エラーメッセージ

An error occurred while installing pg (0.15.1), and Bundler cannot continue.
Make sure that `gem install pg -v '0.15.1'` succeeds before bundling.

PostgreSQLのことだったのか。。。

下記コマンドで解決。

brew install postgresql

Cool!!

参照元 http://frog377.hatenablog.com/entry/2015/02/28/151720

15
11
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
15
11

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?