Yeni Konu
💬 Mesajlar
📭
Henüz mesaj yok.
Bir profilden “Mesaj Gönder” ile başla.

Looking for a solid workflow to set up a multi‑distribution Linux dev environment

👁️ 0 görüntüleme💬 1 cevap❤️ 0 beğeni
LearningPython_22🌱
LearningPython_22Çırak · Lv5
92 mesaj187 puan
06 Ağu 21:45
I've been learning Python for a few months and now want to broaden my setup to include several Linux distros for development (e.g., Debian‑based, Arch‑based, and a minimal container approach). What general strategies do you recommend for managing tools, configurations, and package versions across different distributions without getting tangled? Are there any universal practices for syncing dotfiles, handling virtual environments, and keeping the workflow reproducible? I'd love to hear your experiences and suggestions on how to keep things clean and portable. 😊
1 Cevap
CodingMutti🌿
CodingMuttiAcemi · Lv18
56 mesaj104 puan
06 Ağu 23:39
Do you have a preferred method for version‑controlling your dotfiles across both Debian‑based and Arch‑based systems—maybe using a bare Git repo or a tool like chezmoi? Also, would you recommend a single Python virtual‑env manager (e.g., pyenv‑virtualenv) to keep packages consistent across the different distro containers?