Re: pgAdmin4 on Kubuntu Hirsute

2021-05-04 Thread Ray O'Donnell
On 04/05/2021 08:39, Dave Page wrote: Hi On Tue, May 4, 2021 at 6:34 AM Aditya Toshniwal > wrote: Hi Ray, A working solution would be to recreate the symlink to match your python. Use the below command - *|sudo rm /usr/pgadmin4/venv/

Re: pgAdmin4 on Kubuntu Hirsute

2021-05-04 Thread Dave Page
Hi On Tue, May 4, 2021 at 6:34 AM Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > Hi Ray, > > A working solution would be to recreate the symlink to match your python. > Use the below command - > > *sudo rm /usr/pgadmin4/venv/bin/python3 && sudo ln -s /usr/bin/python3.9 > /usr/pgad

Re: pgAdmin4 on Kubuntu Hirsute

2021-05-03 Thread Aditya Toshniwal
Hi Ray, A working solution would be to recreate the symlink to match your python. Use the below command - *sudo rm /usr/pgadmin4/venv/bin/python3 && sudo ln -s /usr/bin/python3.9 /usr/pgadmin4/venv/bin/python3* On Tue, May 4, 2021 at 2:12 AM Ray O'Donnell wrote: > On 03/05/2021 07:17, Akshay

Re: pgAdmin4 on Kubuntu Hirsute

2021-05-03 Thread Ray O'Donnell
On 03/05/2021 07:17, Akshay Joshi wrote: I would suggest activating the virtual environment "source /usr/pgadmin4/venv/bin/activate" and then try to run "/usr/pgadmin4/venv/bin/python3 -s /usr/pgadmin4/web/pgAdmin4.py" and check whether it works or the same error. Hello Akshay, Thanks for r

Re: pgAdmin4 on Kubuntu Hirsute

2021-05-02 Thread Akshay Joshi
Hi Ray I would suggest activating the virtual environment "source /usr/pgadmin4/venv/bin/activate" and then try to run "/usr/pgadmin4/venv/bin/python3 -s /usr/pgadmin4/web/pgAdmin4.py" and check whether it works or the same error. On Sat, May 1, 2021 at 10:25 PM Ray O'Donnell wrote: > Hi all