Skip to content

Instantly share code, notes, and snippets.

@OrelSokolov
Created December 20, 2018 12:57
Show Gist options
  • Select an option

  • Save OrelSokolov/bcfe0a03fd4cbdcc6588917999da9485 to your computer and use it in GitHub Desktop.

Select an option

Save OrelSokolov/bcfe0a03fd4cbdcc6588917999da9485 to your computer and use it in GitHub Desktop.

Problem is after installation from official site postgresql was not found:

locate bin/psql

Then we got /Library/PostgreSQL/10/bin/psql. Add this to PATH variable in .profile

export PATH=/Library/PostgreSQL/10/bin:$PATH
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment