Skip to content

Instantly share code, notes, and snippets.

@mcenirm
Created May 9, 2017 16:47
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
Add `/usr/bin/pg_config` using alternatives when using RPMs from https://yum.postgresql.org/
pg_major=9
pg_minor=5
alternatives --install /usr/bin/pg_config pgsql-pg_config /usr/pgsql-${pg_major}.${pg_minor}/bin/pg_config ${pg_major}${pg_minor}0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment