this post was submitted on 11 Jan 2025
53 points (93.4% liked)

Python

6598 readers
40 users here now

Welcome to the Python community on the programming.dev Lemmy instance!

πŸ“… Events

PastNovember 2023

October 2023

July 2023

August 2023

September 2023

🐍 Python project:
πŸ’“ Python Community:
✨ Python Ecosystem:
🌌 Fediverse
Communities
Projects
Feeds

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] eager_eagle@lemmy.world 5 points 3 weeks ago* (last edited 3 weeks ago) (2 children)

System-wide installation as it was implemented should stay in the past. I like pixi's (Conda alternative) approach here, where each system dependency lives in its own virtual bubble, so recreating and porting this software is a breeze.

But if all you use can stay in a venv, just use one.

[–] caseyweederman@lemmy.ca 1 points 3 weeks ago

I was about to go man systemd-wide

Same thing said another way, be open to using more than one venv