Re: doc: virtual envs with Pl/Python

Поиск
Список
Период
Сортировка
От Jacob Champion
Тема Re: doc: virtual envs with Pl/Python
Дата
Msg-id CAOYmi+=O_J4H=RgeMFTSnMZO4+FRxfuoBFS_M6N4uYFxefbcqA@mail.gmail.com
обсуждение исходный текст
Ответ на Re: doc: virtual envs with Pl/Python  (Florents Tselai <florents.tselai@gmail.com>)
Ответы Re: doc: virtual envs with Pl/Python
Список pgsql-hackers
On Thu, Oct 17, 2024 at 1:10 PM Florents Tselai
<florents.tselai@gmail.com> wrote:
> Which means that if you want non-standard packages in your Pl/Python code,
> you’ll have to `sudo python3 -m pip install` things

Or `sudo apt install python3-<package>`, or `pip install --user
<package>` as the database user, or...

Virtualenvs are great -- I use them daily -- but there are plenty of
different ways to use the standard interpreter, with other pros and
cons.

--Jacob



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