Re: Installing plpython3u

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Installing plpython3u
Дата
Msg-id 32681.1444916779@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Installing plpython3u  (Dario Beraldi <dario.beraldi@gmail.com>)
Ответы Re: Installing plpython3u
Список pgsql-general
Dario Beraldi <dario.beraldi@gmail.com> writes:
> Thanks for your answer. Just checking before I screw things up... About
> "the source tree has to be configured and built twice", does it mean that I
> have to execute again

> ./configure --prefix=$HOME;
> make;
> make install

> And should I enable any particular option in ./configure? I see there is a
> "--with-python" option (not specific to python3 though).

Indeed --- you have not built any version of plpython here.  You need
--with-python, and you need to make sure the PYTHON environment variable
is set (else you'll get whatever version is invoked by "python", which is
most likely python2).  See the build instructions in the documentation.
Also watch the output from configure, which will show you which python
it selected.

            regards, tom lane


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

Предыдущее
От: Dario Beraldi
Дата:
Сообщение: Re: Installing plpython3u
Следующее
От: AI Rumman
Дата:
Сообщение: pgpool ssl handshake failure