Path: csiph.com!news.swapon.de!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 02:14:29 GMT Lines: 12 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> <10osn67$1f65u$2@dont-email.me> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Trace: individual.net j71ao6QqWZtlPaJZazCY8APTlQ0lPAl5MME/5W3xal1efpmMqd Cancel-Lock: sha1:vJE6oZYEcUoXG8s3Py5zSTHIGKk= sha256:HP79EoCzheFDWJTAoz7yrM1EpkWQXrR6KQEWExEMdB0= User-Agent: Pan/0.162 (Pokrosvk) Xref: csiph.com comp.os.linux.misc:82872 comp.lang.python:197718 On Wed, 11 Mar 2026 21:35:04 -0000 (UTC), Lawrence D’Oliveiro wrote: > On Wed, 11 Mar 2026 20:19:35 +0000, Pancho wrote: > >> I would want my python app to work independently of some eccentricity >> of the machine I develop on. > > Better still, document your dependencies, and include a list of them in > the installation procedure for your app. That's where 'pip freeze > requirements.txt' comes in. Use the -l argument if the venv referenced the system site-packages or it will be a huge list.