pnutzh4x0rA to Python@programming.devEnglish · 1 year agoPython 3.12.0www.python.orgexternal-linkmessage-square13fedilinkarrow-up1105arrow-down11 cross-posted to: programming@programming.dev
arrow-up1104arrow-down1external-linkPython 3.12.0www.python.orgpnutzh4x0rA to Python@programming.devEnglish · 1 year agomessage-square13fedilink cross-posted to: programming@programming.dev
minus-squaremonkey@lemmy.worldlinkfedilinkarrow-up20·1 year agoPyenv! Let the OS have its own version and work on whatever version you want, whenever.
minus-squareScribbd@feddit.nllinkfedilinkarrow-up6·edit-21 year agoAlso pipx for cli tools. It creates isolated environments for every tool you install. And upgrading is one command away pipx reinstall-all --python (your pyenv).
Pyenv! Let the OS have its own version and work on whatever version you want, whenever.
Also pipx for cli tools. It creates isolated environments for every tool you install. And upgrading is one command away
pipx reinstall-all --python (your pyenv)
.