Install upgrade

2020-01-12 Thread Malik Rumi
Why does the install documentation say to download the wheel and *then* pip install, instead of just pip install like most Python programs? Is the procedure the same for new installs as it is for upgrading to a new version? Thanks.

Re: pgAdmin 4 + python wheel + kerberos

2020-01-12 Thread Peter
Stephen Frost (sfr...@snowman.net) wrote: ! That said, reminding myself that pgAdmin4 can be run under Apache, it ! should be possible to have an Apache system set up with mod_auth_kerb ! (to handle the incoming Kerberos authentication and the credential ! delegation) and have pgAdmin4 pick up on

Re: pgadmin4 Installation (Dependency?) Issue on RHEL 8

2020-01-12 Thread Akshay Joshi
Hi Devrim Can you please look into it. On Sat, Jan 11, 2020 at 10:27 PM Krunal Desai wrote: > Hi all - > > I have a fresh RHEL 8 installation that I am trying to install pgadmin4 > on. I have added the PGDG repos and have successfully installed and started > PostegreSQL 11. My repos are as such

Re: Install upgrade

2020-01-12 Thread Dave Page
On Sun, Jan 12, 2020 at 9:04 PM Malik Rumi wrote: > Why does the install documentation say to download the wheel and *then* > pip install, instead of just pip install like most Python programs? > No particular reason, it's just the way the page was worded. I've improved that now - thanks! > >