| From: | Dave Page <dpage(at)pgadmin(dot)org> |
|---|---|
| To: | Egon Frerich <egon(at)frerich(dot)eu> |
| Cc: | "pgadmin-support lists(dot)postgresql(dot)org" <pgadmin-support(at)lists(dot)postgresql(dot)org> |
| Subject: | Re: pgadmin4 - which python |
| Date: | 2020-11-04 09:01:03 |
| Message-ID: | CA+OCxoyygRaXuReqJ655RvLS2Mrmb414PmLkugiFcE+hxSZxKA@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgadmin-support |
On Tue, Nov 3, 2020 at 9:08 PM Egon Frerich <egon(at)frerich(dot)eu> wrote:
>
> The program python3.8 is in /usr/bin . I tried
>
> > thomas(at)Epsil192:~/Downloads/pgadmin4/pgadmin4-4.27/runtime$ declare
> PGADMIN_PYTHON_DIR=/usr/bin
> > thomas(at)Epsil192:~/Downloads/pgadmin4/pgadmin4-4.27/runtime$ qmake
> > Project MESSAGE: ==================================
> > Project MESSAGE: Configuring the pgAdmin 4 runtime.
> > Project MESSAGE: ==================================
> > Project MESSAGE: Qt version: 5.12.8
> > Project ERROR: The PGADMIN_PYTHON_DIR environment variable is not set.
> Please set it to a directory path under which Python 3.4 or later has been
> installed and try again.
> > thomas(at)Epsil192:~/Downloads/pgadmin4/pgadmin4-4.27/runtime$ declare
> PGADMIN_PYTHON_DIR=/usr/bin/python3.8
> > thomas(at)Epsil192:~/Downloads/pgadmin4/pgadmin4-4.27/runtime$ qmake
> > Project MESSAGE: ==================================
> > Project MESSAGE: Configuring the pgAdmin 4 runtime.
> > Project MESSAGE: ==================================
> > Project MESSAGE: Qt version: 5.12.8
> > Project ERROR: The PGADMIN_PYTHON_DIR environment variable is not set.
> Please set it to a directory path under which Python 3.4 or later has been
> installed and try again.
> > thomas(at)Epsil192:~/Downloads/pgadmin4/pgadmin4-4.27/runtime$
>
> The environment is set. How/What is qmake checking?
>
Did you try setting it to /usr as I noted is probably correct in my earlier
message?
--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Egon Frerich | 2020-11-04 10:34:56 | Re: pgadmin4 - which python |
| Previous Message | Rahul Shirsat | 2020-11-04 06:27:42 | Re: Installation PgAdmin4 |