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

Re: pgAdmin4 on Kubuntu Hirsute

2021-05-03 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