So I am not a professional programmer, but I do like to tinker with projects and just teach myself stuff (in python and now rust). I currently just install stuff on my linux distro off of the repos or anaconda for python. I’ve never had any particular issue or anything. I was thinking about maybe moving projects into a container just so that they are more cleanly separated from my base install. I am mostly wondering about how the community uses containers and when they are most appropriate and when they are more issue than they are worth. I think it will be good for learning, but want to hear from people who do it for a living.

  • MajorHavoc@programming.dev
    link
    fedilink
    arrow-up
    4
    ·
    4 months ago

    For Python, I find venv is usually fine. When it’s not enough, there’s pyenv.

    For about everything else, I use podman.