Say Ruby + OSX: `brew install $(natives list:gem pg)` Say NPM + Linux: `apt-get install $(natives list:npm postgres)` List would default to gems, so `brew install $(natives list pg)` would still work.
Say Ruby + OSX:
brew install $(natives list:gem pg)Say NPM + Linux:
apt-get install $(natives list:npm postgres)List would default to gems, so
brew install $(natives list pg)would still work.