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?
Debian (or even Python3 itself) doesn't allow to pip install required >packages system wide,
But is it right, that I have to do that for every single user?
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?
Am Sat, Oct 05, 2024 at 10:27:33PM +0200 schrieb Ulrich Goebel via Python-list:
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?
If you do find how to cleanly install non-packaged modules
in a system-wide way (even if that means installing every
application into its own *system-wide* venv) - do let me
know.
Sysop: | Keyop |
---|---|
Location: | Huddersfield, West Yorkshire, UK |
Users: | 546 |
Nodes: | 16 (2 / 14) |
Uptime: | 10:58:51 |
Calls: | 10,387 |
Calls today: | 2 |
Files: | 14,060 |
Messages: | 6,416,692 |