Sujet : Best Practice Virtual Environment
De : ml (at) *nospam* fam-goebel.de (Ulrich Goebel)
Groupes : comp.lang.pythonDate : 05. Oct 2024, 22:27:33
Autres entêtes
Message-ID : <mailman.37.1728161742.3018.python-list@python.org>
References : 1
User-Agent : Sylpheed 3.7.0 (GTK+ 2.24.33; x86_64-pc-linux-gnu)
Hi,
I learned to use virtual environments where ever possible, and I learned to pip install the required packages there.
That works quite nice at home. Now I come to deploy a Python script on a debian linux server, making it usable for a couple of users there.
Debian (or even Python3 itself) doesn't allow to pip install required packages system wide, so I have to use virtual environments even there. But is it right, that I have to do that for every single user?
Can someone give me a hint to find an howto for that?
Best regards
Ulrich
-- Ulrich Goebel <ml@fam-goebel.de>