Path: csiph.com!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail From: rbowman Newsgroups: comp.os.linux.misc,comp.lang.python Subject: Re: Defeat Python "Virtual Environment" in Fedora ? Date: 12 Mar 2026 20:51:25 GMT Lines: 16 Message-ID: References: <10olgca$2vj8v$1@dont-email.me> <10opbd6$aupd$1@dont-email.me> <2l368m-do5.ln1@lazy.lzy> <10osioo$3e4cl$1@dont-email.me> <10ou55g$1sgpp$2@dont-email.me> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Trace: individual.net YuxCdJzQvHK0hEw9X1vchQ7eaW975b3upNKgUxLQdlA+ut2q2B Cancel-Lock: sha1:IqbaaY79vk2aEQhH7GVQksWXhig= sha256:LMnSISigd5bq2nB86f8wzNV4oHxj7t2RyTB6t+rTNMY= User-Agent: Pan/0.162 (Pokrosvk) Xref: csiph.com comp.os.linux.misc:82897 comp.lang.python:197720 On Thu, 12 Mar 2026 10:39:42 +0000, Nuno Silva wrote: > I guess the other view is to allow package management to exist and work, > and using venvs only for what can't be managed by the package manager... The packages available from a distro's repository may not be current. Stay within the limits of what you can do with the system packages, and you're fine. However if you're in the habit of using venvs it's no big deal and you are consistent, not wondering if you'll need one or not as the project progresses. fwiw, this whole thread started from an simple minded attempt to invoke sudo from a Python script. I doubt that ever worked in any version of Python and would be an obvious security problem.