Skip to content

Instantly share code, notes, and snippets.

@goodjob1114
Created December 24, 2015 03:34
Show Gist options
  • Save goodjob1114/65fc1b99d3a9f14fc7e0 to your computer and use it in GitHub Desktop.
Save goodjob1114/65fc1b99d3a9f14fc7e0 to your computer and use it in GitHub Desktop.
deal with [An error occurred while installing pg (0.18.4), and Bundler cannot continue.] on ubuntu 14.04
sudo apt-get install libpq-dev
gem install pg -v '0.18.4'
# add gem 'pg' to Gemfile
bundle install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment