Skip to content

Instantly share code, notes, and snippets.

@faniska
Created February 18, 2025 08:45
Show Gist options
  • Save faniska/7b600db8fbec185748b92bde0c1f3733 to your computer and use it in GitHub Desktop.
Save faniska/7b600db8fbec185748b92bde0c1f3733 to your computer and use it in GitHub Desktop.
PSQL MacOS M4
#!/bin/bash
brew install libpq
echo 'export PATH="/opt/homebrew/opt/libpq/bin:$PATH"' >> ~/.zshrc
sudo ln -s $(brew --prefix)/opt/libpq/bin/psql /usr/local/bin/psql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment