• 0 Posts
  • 12 Comments
Joined 9 months ago
cake
Cake day: June 10th, 2025

help-circle








  • Python is a clusterfuck because so many operating systems rely on it generally, so they may require a version minimum.

    Which version of Debian are you trying to do this with and what version of python?

    I have a repo (why-py3) where I’ve cobtainerized python of various versions with various versions of Debian for “questionable reasons”

    Debian is a great choice for developing, it’s rock solid and stable BUT if you want to be working with bleeding edge packages you may need to use the rolling release Debian which is less stable.

    Or fedora might be more your speed as it has newer packages typically.