Re: Defeat Python "Virtual Environment" in Fedora ?

Lawrence D’Oliveiro <[email protected]> Mon, 9 Mar 2026 03:55:54 -0000 (UTC)
Newsgroups comp.os.linux.misc,comp.lang.python
Organization A noiseless patient Spider
Message-ID <[email protected]>
On Mon, 09 Mar 2026 02:47:51 GMT, Charlie Gibbs wrote:

> I did write a little Python program that played with the various GUI
> gadgets that it made available (with much less effort than doing it
> in C). It made me think that I could write something that my wife
> might actually be able to use. (I was careful to use Python 3, not
> 2.) It would be nice if this remained a viable option; otherwise
> it's back to writing Yet Another C Program.

C would only be better if you could somehow get by with fewer
dependencies than with the Python equivalent. I’m not sure how you
would manage that -- reinvent more of your own wheels, perhaps?