回复: Building pgadmin4 on Slackware

From: 王荣鑫 <mithra(at)qq(dot)com>
To: Ron <ronljohnsonjr(at)gmail(dot)com>, pgsql-admin <pgsql-admin(at)lists(dot)postgresql(dot)org>
Subject: 回复: Building pgadmin4 on Slackware
Date: 2019-01-28 00:43:46
Message-ID: tencent_235C795ECFB6A5660EEC49E6AC4AE1CD1607@qq.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

/usr/lib/python2.7/site-packages/pgadmin4

you can find / -name pgadmin4

------------------ 原始邮件 ------------------
发件人: "Ron"<ronljohnsonjr(at)gmail(dot)com>;
发送时间: 2019年1月28日(星期一) 凌晨1:47
收件人: "pgsql-admin"<pgsql-admin(at)lists(dot)postgresql(dot)org>;

主题: Re: Building pgadmin4 on Slackware

On 1/27/19 10:46 AM, Ibrahim Shaame wrote:
> I have created a python environment and have installed pgdmin4 using pip3.
> I get the message that pgadmin4 for was successfully installed, but I
> cannot run it as I don't know where it is installed. In project directory
> I created ./pgadmin4 there are only two files: Pipfile Pipfile.lock,
> while in the $ user directory there are .local/bin lib64 and share
> sub-directories. Descending in them they seem to me to be files for the
> environment.
> Excuse me for my ignorance, I don't know much about python. I had to use
> it only because there is no readily available distribution of pgadmin4 for
> Slackware.
> Please help.

You could always "find" it...

sudo find / -name pgadmin4

Note that since Slackware is for experts, it might behoove you to run Ubuntu
or RHEL.

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Robert Simmons 2019-01-28 09:57:10
Previous Message Ron 2019-01-27 17:47:37 Re: Building pgadmin4 on Slackware