Summary:
--------
Install pg without any installation errors
Step 1:
-------
Before install 'pg' Gem we need to install the following dependency package
$ sudo apt-get install libpq-dev
Step 2:
-------
Install 'pg' gem
$ gem install pg
--------
Install pg without any installation errors
Step 1:
-------
Before install 'pg' Gem we need to install the following dependency package
$ sudo apt-get install libpq-dev
Step 2:
-------
Install 'pg' gem
$ gem install pg
No comments:
Post a Comment