Re: Defeat Python "Virtual Environment" in Fedora ?

rbowman <[email protected]> 11 Mar 2026 07:32:17 GMT
Newsgroups comp.os.linux.misc,comp.lang.python
Message-ID <[email protected]>
On Wed, 11 Mar 2026 02:48:33 -0400, c186282 wrote:


>    OK, tomorrow, HOW do I start a Py3 that's NOT in the VENV ???
> 
>    Go ahead, search - I have. All the 'fixes' don't work anymore.
> 
>    Many say "no problem" - yet NO current workarounds.

What the fuck are you trying to do? 

 $ python3
Python 3.13.7 (main, Jan 22 2026, 20:15:57) [GCC 15.2.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> 
 
At the command prompt you can do interactive. 

python3  foo,py

runs foo.py. 

I finally found a use for the caps lock.

YOU'RE NOT IN A FUCKING VENV UNLESS YOU CREATE IT, GO INTO THE DIRECTORY 
AND RUN '. bin/activate