Re: PGAdmin4.11.1 on Ubuntu 18.04

Поиск
Список
Период
Сортировка
От Ray O'Donnell
Тема Re: PGAdmin4.11.1 on Ubuntu 18.04
Дата
Msg-id c34843d3-f976-5bef-4706-e75f42563373@rodonnell.ie
обсуждение исходный текст
Ответ на Re: PGAdmin4.11.1 on Ubuntu 18.04  (Tony Shelver <tshelver@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: Adrian Klaver
Дата:
Сообщение: Re: PGAdmin4.11.1 on Ubuntu 18.04
Следующее
От: Daniele Varrazzo
Дата:
Сообщение: Re: PGAdmin4.11.1 on Ubuntu 18.04