Re: doc: virtual envs with Pl/Python - Mailing list pgsql-hackers

From Jacob Champion
Subject Re: doc: virtual envs with Pl/Python
Date
Msg-id CAOYmi+=O_J4H=RgeMFTSnMZO4+FRxfuoBFS_M6N4uYFxefbcqA@mail.gmail.com
Whole thread Raw
In response to Re: doc: virtual envs with Pl/Python  (Florents Tselai <florents.tselai@gmail.com>)
Responses Re: doc: virtual envs with Pl/Python
List 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 by date:

Previous
From: Florents Tselai
Date:
Subject: Re: doc: virtual envs with Pl/Python
Next
From: Tom Lane
Date:
Subject: Re: doc: virtual envs with Pl/Python