Created
February 18, 2025 08:45
-
-
Save faniska/7b600db8fbec185748b92bde0c1f3733 to your computer and use it in GitHub Desktop.
PSQL MacOS M4
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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