Re: Defeat Python "Virtual Environment" in Fedora ?
Richard Kettlewell <[email protected]> Tue, 10 Mar 2026 08:47:25 +0000
| Newsgroups | comp.os.linux.misc,comp.lang.python |
|---|---|
| Organization | terraraq NNTP server |
| Message-ID | <[email protected]> |
c186282 <[email protected]> writes: > Too fuckin' old now, not gonna get into a million > details and sub-sub-sub-config-files. I just report > that some lower-level OS commands no longer work > as expected, or at all, using the usual Python > utilities for doing so. You’ve not reported anything actionable. Some stuff doesn’t work from your script, well so what? Without seeing concrete details, nobody can tell whether there’s a real behavior change there or just a bug in your script. Since it all works fine for everyone else, the working assumption is the latter. > I want the VENV *dead* ... CAN that be done ??? The answer to that has already been posted: if you are in a venv and don’t want to be, just type ‘deactivate’. > Or do I have to go back to 2020 versions of Linux ? venvs have been around for something like 15 years, so if the problem was really venvs then dialing back to 2020 is unlikely to make a difference. -- https://www.greenend.org.uk/rjk/