You know, immutable enterprise systems.

I installed HeliumOS (Almalinux bootc) on a corebooted Chromebook. Works really well, but audio needs to be configured.

The script needs a recent python which is not available there.

Go and rust can be installed for a user only. Is there something similar for python?

  • @atempuser23
    link
    65 hours ago

    You can install the new version of python but leave the system default python as is. You can launch a specific version of python by adding the version number

    So python3.12 vs just python3

  • @ziddey
    link
    English
    76 hours ago

    Perhaps overkill for your use case, but uv is pretty great. I suppose you could just use it to install a local python and then add it to your path.

  • @[email protected]
    link
    fedilink
    46 hours ago

    You should be able to have multiple versions with an environment manager, maybe customize your shell profile to alias python to the one you want and the other users can alias to the one they want. I’m sure there’s a better way, but I strongly dislike python every time I try to learn it because Perl was the first language I learned, ruining me for strongly opinionated languages.