Re: Help with plpython3u

Поиск
Список
Период
Сортировка
От Adrian Klaver
Тема Re: Help with plpython3u
Дата
Msg-id 0bd74bc1-257e-8c28-2b08-fd390daa411d@aklaver.com
обсуждение исходный текст
Ответ на Re: Help with plpython3u  (PEDRO PABLO SEVERIN HONORATO <ppseverin@miuandes.cl>)
Список pgsql-general
On 6/10/20 4:35 PM, PEDRO PABLO SEVERIN HONORATO wrote:
> something like EDB_PYTHONHOME
> that only the Postgres install would use.
> 
> That's exactly what I was looking for. Isn't a way to configure some 
> postgres file, so that postgres would use that file and look for python 
> in that directory before seeing the path?

That is not something that is native to Postgres. The issue is that EDB 
bundles a Python version with the Language Pack and points the 
plpython(3)u extensions at it. I understand that, as they can't count on 
Python being installed as in Unix(en) OS'es or invoke a package manager 
to satisfy the dependency. The problem is when you do install some other 
form of Python on your Windows machine. Then you get the conflicts.

> 
> I guess you have to ask questions on Stackoverflow
> 
> Stackoverflow was the first place where I asked this, but with less 
> knowledge than now. Maybe now I can ask a more concrete question about 
> paths.
> 
> Anyways, thank you very much for your time, Adrian. I really appreciate 
> it. If I manage to solve this I'll let you know, so if anyone else has 
> the same problem.
> 


-- 
Adrian Klaver
adrian.klaver@aklaver.com



В списке pgsql-general по дате отправления:

Предыдущее
От: PEDRO PABLO SEVERIN HONORATO
Дата:
Сообщение: Re: Help with plpython3u
Следующее
От: Michael Paquier
Дата:
Сообщение: Re: Parallel safety of contrib extensions