Best Practice Virtual Environment

Liste des GroupesRevenir à cl python 
Sujet : Best Practice Virtual Environment
De : ml (at) *nospam* fam-goebel.de (Ulrich Goebel)
Groupes : comp.lang.python
Date : 05. Oct 2024, 22:27:33
Autres entêtes
Message-ID : <mailman.0.1728191422.4695.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>

Date Sujet#  Auteur
5 Oct 24 o Best Practice Virtual Environment1Ulrich Goebel

Haut de la page

Les messages affichés proviennent d'usenet.

NewsPortal