Mint 19 PostgreSQL 10 GUI - Post Installation Setup
-
Locate PgAdmin 4 Script
First, Update the Packages Database:sudo updatedb
And then Locate it:
locate pgAdmin4.py
Select and Ctrl+Shift+c to Copy the Path!
-
Next Make a PgAdmin 4 Terminal Alias.
nano ~/.bashrc
Append:
alias pgAdmin4='sudo python /usr/lib/python2.7/site-packages/pgadmin4/pgAdmin4.py'
Ctrl+x to Save & Exit from nano editor…
Then to Load the New Setup:bash
Contents