Re: PGAdmin4.11.1 on Ubuntu 18.04 - Mailing list pgsql-general

From Ray O'Donnell
Subject Re: PGAdmin4.11.1 on Ubuntu 18.04
Date
Msg-id c34843d3-f976-5bef-4706-e75f42563373@rodonnell.ie
Whole thread Raw
In response to Re: PGAdmin4.11.1 on Ubuntu 18.04  (Tony Shelver <tshelver@gmail.com>)
List pgsql-general
On 01/08/2019 16:32, Tony Shelver wrote:
> The article at stackoverflow is here 
> <https://stackoverflow.com/questions/57226520/select-does-not-return-values-postgres-11-4>

Thanks for the link! The solution given in one of the comments there 
worked for me (Debian 9):

- Install pip3 if needed: sudo apt install python3-pip

- pip3 install psycopg2-binary (doesn't need pg_config)

- Edit ~/.config/pgadmin/pgadmin4.conf and set 
PythonPath="/home/rod/.local/python3.5;/home/rod/.local/python3.5/site-packages"

I then needed to kill the pgAdmin4 server so that it picked up the new 
setting.

Ray.

-- 
Raymond O'Donnell // Galway // Ireland
ray@rodonnell.ie



pgsql-general by date:

Previous
From: Adrian Klaver
Date:
Subject: Re: PGAdmin4.11.1 on Ubuntu 18.04
Next
From: Daniele Varrazzo
Date:
Subject: Re: PGAdmin4.11.1 on Ubuntu 18.04