| From: | Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(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 21:04:35 |
| Message-ID: | 113663a1-3d69-13ae-a10f-96df59848d39@2ndquadrant.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
On 2019-03-07 01:12, Alan Nilsson wrote:
> How does postgres determine which install of python to use in conjunction with plpythonu?
It looks for a "python" program and then uses that to find the location
of the required library.
> Is there a way, in postgres, short of rebuilding that we can tell postgres which install of python to use when invoking plpython?
No, that it determined at build time.
--
Peter Eisentraut http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Adrian Klaver | 2019-03-07 21:06:00 | Re: Future Non-server Windows support??? |
| Previous Message | Bill Haught | 2019-03-07 20:58:06 | Re: Future Non-server Windows support??? |