Re: doc: virtual envs with Pl/Python

From: Jacob Champion <jacob(dot)champion(at)enterprisedb(dot)com>
To: Florents Tselai <florents(dot)tselai(at)gmail(dot)com>
Cc: Peter Eisentraut <peter(at)eisentraut(dot)org>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, pgsql-hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: doc: virtual envs with Pl/Python
Date: 2024-10-17 20:55:59
Message-ID: CAOYmi+=O_J4H=RgeMFTSnMZO4+FRxfuoBFS_M6N4uYFxefbcqA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, Oct 17, 2024 at 1:10 PM Florents Tselai
<florents(dot)tselai(at)gmail(dot)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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2024-10-17 21:03:51 Re: doc: virtual envs with Pl/Python
Previous Message Florents Tselai 2024-10-17 20:09:58 Re: doc: virtual envs with Pl/Python