Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #197722

Re: Defeat Python "Virtual Environment" in Fedora ?

From Pancho <Pancho.Jones@protonmail.com>
Newsgroups comp.os.linux.misc, comp.lang.python
Subject Re: Defeat Python "Virtual Environment" in Fedora ?
Date 2026-03-13 09:34 +0000
Organization A noiseless patient Spider
Message-ID <10p0lmf$3kfbg$1@dont-email.me> (permalink)
References (12 earlier) <10opbd6$aupd$1@dont-email.me> <ToScnRzIUalo0y30nZ2dnZfqn_SdnZ2d@giganews.com> <2l368m-do5.ln1@lazy.lzy> <10osioo$3e4cl$1@dont-email.me> <10ou55g$1sgpp$2@dont-email.me>

Cross-posted to 2 groups.

Show all headers | View raw


On 3/12/26 10:39, Nuno Silva wrote:
> On 2026-03-11, Pancho wrote:
> 
>> On 3/10/26 18:14, Piergiorgio Sartor wrote:
>>> On 10/03/2026 18.03, c186282 wrote:
>>> [...]
>>>>     Can't figure out how to zap the VENV in order
>>>>     to provide the examples you'd like  :-)
>>>
>>> There are the following possibilities here:
>>> 1) You didn't properly get what a venv is in Python
>>> 2) You're trolling.
>>>
>>> Assuming 1), the venv is nothing more that a
>>> search path change, for Python programs and
>>> modules. Where, instead of looking first into
>>> the system folders, first is searched in the
>>> venv "repository" area.
>>> Nothing more, nothing less.
>>>
>>
>> My understanding is different. My understanding is that a venv only
>> uses packages installed locally in the venv.  It shouldn't default to
>> a global package if it is not found in the venv.
> 
> 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...
> 

I want my programs to work on different machines, and to continue to 
work over time. I don't care how that happens, maybe you can achieve 
that with package managers. The problem is a quick Goole tells me DLL 
Hell was solved with assemblies, so my nightmares with the GAC must have 
been an illusion.

In effect, it might be true, but I'll take that with a pinch of salt. I 
often find Python apps have problems, so it seems other people have 
problems too.



>> (caveat: it may use default site installed packages if told to do so).
> 
> ... but then I guess that's what stuff managed by the package manager
> ends up as?
> 
>> This is very much what I would want. I would want my python app to
>> work independently of some eccentricity of the machine I develop on. I
>> suspect if I were still a developer I would go further and use
>> snaps,flatpak, or docker containers.
> 
> At this point, why not also use static linking?
> 

I remember being excited by .so files in Solaris, circa 1994, about the 
time I bought a 1GB hdd. i.e. Storage constraints have changed.

Also, there have been a lot of os (running environment) advances with 
respect to sharing duplicated stored data. Mainly I don't want to know, 
it is something a computer can manage better than I can. I just don't 
want applications built on quicksand libraries.

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar


Thread

Re: Defeat Python "Virtual Environment" in Fedora ? Lawrence D’Oliveiro <ldo@nz.invalid> - 2026-03-09 03:55 +0000
  Re: Defeat Python "Virtual Environment" in Fedora ? c186282 <c186282@nnada.net> - 2026-03-09 00:28 -0400
    Re: Defeat Python "Virtual Environment" in Fedora ? Jon Ribbens <jon+usenet@unequivocal.eu> - 2026-03-09 08:16 +0000
    Re: Defeat Python "Virtual Environment" in Fedora ? Richard Kettlewell <invalid@invalid.invalid> - 2026-03-09 13:59 +0000
      Re: Defeat Python "Virtual Environment" in Fedora ? c186282 <c186282@nnada.net> - 2026-03-10 02:49 -0400
        Re: Defeat Python "Virtual Environment" in Fedora ? Richard Kettlewell <invalid@invalid.invalid> - 2026-03-10 08:47 +0000
          Re: Defeat Python "Virtual Environment" in Fedora ? c186282 <c186282@nnada.net> - 2026-03-10 06:14 -0400
        Re: Defeat Python "Virtual Environment" in Fedora ? Rich <rich@example.invalid> - 2026-03-10 14:55 +0000
          Re: Defeat Python "Virtual Environment" in Fedora ? c186282 <c186282@nnada.net> - 2026-03-10 13:03 -0400
            Re: Defeat Python "Virtual Environment" in Fedora ? Jon Ribbens <jon+usenet@unequivocal.eu> - 2026-03-10 17:09 +0000
              Re: Defeat Python "Virtual Environment" in Fedora ? c186282 <c186282@nnada.net> - 2026-03-11 02:48 -0400
                Re: Defeat Python "Virtual Environment" in Fedora ? rbowman <bowman@montana.com> - 2026-03-11 07:32 +0000
                Re: Defeat Python "Virtual Environment" in Fedora ? Richard Kettlewell <invalid@invalid.invalid> - 2026-03-11 08:40 +0000
                Re: Defeat Python "Virtual Environment" in Fedora ? Gilmeh Serda <gilmeh.serda@nothing.here.invalid> - 2026-03-13 06:07 +0000
                Re: Defeat Python "Virtual Environment" in Fedora ? Jon Ribbens <jon+usenet@unequivocal.eu> - 2026-03-11 11:58 +0000
            Re: Defeat Python "Virtual Environment" in Fedora ? Richard Kettlewell <invalid@invalid.invalid> - 2026-03-10 17:56 +0000
            Re: Defeat Python "Virtual Environment" in Fedora ? Rich <rich@example.invalid> - 2026-03-10 18:13 +0000
              Re: Defeat Python "Virtual Environment" in Fedora ? rbowman <bowman@montana.com> - 2026-03-10 23:51 +0000
            Re: Defeat Python "Virtual Environment" in Fedora ? Piergiorgio Sartor <piergiorgio.sartor.this.should.not.be.used@nexgo.REMOVETHIS.de> - 2026-03-10 19:14 +0100
              Re: Defeat Python "Virtual Environment" in Fedora ? mm0fmf <none@invalid.com> - 2026-03-11 17:14 +0000
              Re: Defeat Python "Virtual Environment" in Fedora ? Pancho <Pancho.Jones@protonmail.com> - 2026-03-11 20:19 +0000
                Re: Defeat Python "Virtual Environment" in Fedora ? Piergiorgio Sartor <piergiorgio.sartor.this.should.not.be.used@nexgo.REMOVETHIS.de> - 2026-03-11 21:51 +0100
                Re: Defeat Python "Virtual Environment" in Fedora ? Lawrence D’Oliveiro <ldo@nz.invalid> - 2026-03-11 21:35 +0000
                Re: Defeat Python "Virtual Environment" in Fedora ? rbowman <bowman@montana.com> - 2026-03-12 02:14 +0000
                Re: Defeat Python "Virtual Environment" in Fedora ? Nuno Silva <nunojsilva@invalid.invalid> - 2026-03-12 10:39 +0000
                Re: Defeat Python "Virtual Environment" in Fedora ? rbowman <bowman@montana.com> - 2026-03-12 20:51 +0000
                Re: Defeat Python "Virtual Environment" in Fedora ? Pancho <Pancho.Jones@protonmail.com> - 2026-03-13 09:34 +0000
                Re: Defeat Python "Virtual Environment" in Fedora ? Lawrence D’Oliveiro <ldo@nz.invalid> - 2026-03-13 21:49 +0000
                Re: Defeat Python "Virtual Environment" in Fedora ? Pancho <Pancho.Jones@protonmail.com> - 2026-03-13 23:28 +0000
                Re: Defeat Python "Virtual Environment" in Fedora ? Lawrence D’Oliveiro <ldo@nz.invalid> - 2026-03-14 01:17 +0000
                Re: Defeat Python "Virtual Environment" in Fedora ? c186282 <c186282@nnada.net> - 2026-03-14 03:21 -0400
                Re: Defeat Python "Virtual Environment" in Fedora ? The Natural Philosopher <tnp@invalid.invalid> - 2026-03-14 12:23 +0000
                Re: Defeat Python "Virtual Environment" in Fedora ? rbowman <bowman@montana.com> - 2026-03-14 19:18 +0000
            Re: Defeat Python "Virtual Environment" in Fedora ? rbowman <bowman@montana.com> - 2026-03-10 19:36 +0000
        Re: Defeat Python "Virtual Environment" in Fedora ? rbowman <bowman@montana.com> - 2026-03-10 18:26 +0000

csiph-web