Re: python install location

From: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>
To: Alan Nilsson <anilsson(at)apple(dot)com>, pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: python install location
Date: 2019-03-07 00:23:32
Message-ID: ca703bbc-c5bf-a7ec-dcaa-00bdd6723e48@aklaver.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 3/6/19 4:12 PM, Alan Nilsson wrote:
> How does postgres determine which install of python to use in conjunction with plpythonu? We have a CentOS6 machine with python 2.6 and 2.7 installed on it. The 2.6 version is in the canonical location and the version which gets used when using the plpython extension.
>
> Is there a way, in postgres, short of rebuilding that we can tell postgres which install of python to use when invoking plpython?

https://www.postgresql.org/docs/11/plpython-python23.html

>
> thanks
> alan
>
>
>

--
Adrian Klaver
adrian(dot)klaver(at)aklaver(dot)com

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Sameer Kumar 2019-03-07 02:51:29 Re: Non-pausing table scan on 9.6 replica?
Previous Message Alan Nilsson 2019-03-07 00:12:24 python install location