pnutzh4x0r@lemmy.ndlug.org to Python@programming.devEnglish · 2 years agoPython 3.12.0www.python.orgexternal-linkmessage-square15linkfedilinkarrow-up1107arrow-down11 cross-posted to: [email protected][email protected][email protected][email protected][email protected]
arrow-up1106arrow-down1external-linkPython 3.12.0www.python.orgpnutzh4x0r@lemmy.ndlug.org to Python@programming.devEnglish · 2 years agomessage-square15linkfedilink cross-posted to: [email protected][email protected][email protected][email protected][email protected]
minus-squaremonkey@lemmy.worldlinkfedilinkarrow-up21·2 years agoPyenv! Let the OS have its own version and work on whatever version you want, whenever.
minus-squareScribbd@feddit.nllinkfedilinkarrow-up8·edit-22 years 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)
.