Re: Defeat Python "Virtual Environment" in Fedora ?
rbowman <[email protected]> 12 Mar 2026 02:14:29 GMT
| Newsgroups | comp.os.linux.misc,comp.lang.python |
|---|---|
| Message-ID | <[email protected]> |
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.