pnutzh4x0r@lemmy.ndlug.org to PythonEnglish · 2 years agoPython 3.12.0www.python.orgexternal-linkmessage-square15linkfedilinkarrow-up1109arrow-down11 cross-posted to: [email protected][email protected][email protected]programming
arrow-up1108arrow-down1external-linkPython 3.12.0www.python.orgpnutzh4x0r@lemmy.ndlug.org to PythonEnglish · 2 years agomessage-square15linkfedilink cross-posted to: [email protected][email protected][email protected]programming
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).
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)
.