Open penx opened 2 years ago
https://stackoverflow.com/questions/44654216/correct-way-to-install-psql-without-full-postgres-on-macos
or via gui:
https://postgresapp.com/documentation/cli-tools.html
sudo mkdir -p /etc/paths.d && echo /Applications/Postgres.app/Contents/Versions/latest/bin | sudo tee /etc/paths.d/postgresapp
https://stackoverflow.com/questions/44654216/correct-way-to-install-psql-without-full-postgres-on-macos
or via gui:
https://postgresapp.com/documentation/cli-tools.html
sudo mkdir -p /etc/paths.d && echo /Applications/Postgres.app/Contents/Versions/latest/bin | sudo tee /etc/paths.d/postgresapp