pnutzh4x0r@lemmy.ndlug.org to Python@programming.devEnglish · 1 year agoPython 3.12.0www.python.orgexternal-linkmessage-square15fedilinkarrow-up1107arrow-down11 cross-posted to: python@lemmy.mltechnology@hexbear.netprogramming@programming.devhackernews@derp.foo
arrow-up1106arrow-down1external-linkPython 3.12.0www.python.orgpnutzh4x0r@lemmy.ndlug.org to Python@programming.devEnglish · 1 year agomessage-square15fedilink cross-posted to: python@lemmy.mltechnology@hexbear.netprogramming@programming.devhackernews@derp.foo
minus-squaremonkey@lemmy.worldlinkfedilinkarrow-up21·1 year agoPyenv! Let the OS have its own version and work on whatever version you want, whenever.
minus-squareScribbd@feddit.nllinkfedilinkarrow-up8·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)
.