Skip to content

Instantly share code, notes, and snippets.

@mcenirm
Created May 9, 2017 16:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mcenirm/c2ddbcdec32856deb5c9b250181a986c to your computer and use it in GitHub Desktop.
Save mcenirm/c2ddbcdec32856deb5c9b250181a986c to your computer and use it in GitHub Desktop.
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