Re: Python versions (was Re: RHEL 8.0 build)

From: Thomas Munro <thomas(dot)munro(at)enterprisedb(dot)com>
To: Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Andres Freund <andres(at)anarazel(dot)de>, jgh(at)wizmail(dot)org, Pg Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Python versions (was Re: RHEL 8.0 build)
Date: 2018-11-28 21:52:33
Message-ID: CAEepm=0Sow=KFSomNrtv4sAnSbq4GB6d75rxw5H=CyDmBgjyuA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, Nov 28, 2018 at 2:14 AM Peter Eisentraut
<peter(dot)eisentraut(at)2ndquadrant(dot)com> wrote:
> On 25/11/2018 23:14, Tom Lane wrote:
> > Also, I noticed on a fresh FreeBSD 12.0 installation that what
> > I've got is
> >
> > $ ls /usr/bin/pyth*
> > ls: /usr/bin/pyth*: No such file or directory
> > $ ls /usr/local/bin/pyth*
> > /usr/local/bin/python2.7
> > /usr/local/bin/python2.7-config
> > /usr/local/bin/python3.6
> > /usr/local/bin/python3.6-config
> > /usr/local/bin/python3.6m
> > /usr/local/bin/python3.6m-config
> >
> > So there are modern platforms on which "python2" isn't going to make
> > it work automatically either.
>
> I don't think this is a setup we need to support. You are probably
> suppose to install a meta package that will provide a "python" or
> "python3" binary.

Confirmed that if you pkg install python2 and python3 meta-packages on
a FreeBSD box you get python2 and python3 commands (symlinks to
python2.7, python3.6).

--
Thomas Munro
http://www.enterprisedb.com

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tomas Vondra 2018-11-28 21:52:51 Re: [PROPOSAL] extend the object names to the qualified names in pg_stat_statements
Previous Message Vik Fearing 2018-11-28 21:47:54 Re: Markdown format output for psql, design notes