| From: | Ray O'Donnell <ray(at)rodonnell(dot)ie> |
|---|---|
| To: | Tony Shelver <tshelver(at)gmail(dot)com> |
| Cc: | pgsql-general <pgsql-general(at)postgresql(dot)org> |
| Subject: | Re: PGAdmin4.11.1 on Ubuntu 18.04 |
| Date: | 2019-08-01 16:01:39 |
| Message-ID: | c34843d3-f976-5bef-4706-e75f42563373@rodonnell.ie |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | 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(at)rodonnell(dot)ie
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Daniele Varrazzo | 2019-08-01 16:05:56 | Re: PGAdmin4.11.1 on Ubuntu 18.04 |
| Previous Message | Adrian Klaver | 2019-08-01 15:56:17 | Re: PGAdmin4.11.1 on Ubuntu 18.04 |