pnutzh4x0r@lemmy.ndlug.org to Python@programming.devEnglish · 2 years agoPython 3.12.0www.python.orgexternal-linkmessage-square13fedilinkarrow-up1103arrow-down11 cross-posted to: programming@programming.dev
arrow-up1102arrow-down1external-linkPython 3.12.0www.python.orgpnutzh4x0r@lemmy.ndlug.org to Python@programming.devEnglish · 2 years agomessage-square13fedilink cross-posted to: programming@programming.dev
minus-squarecoffeewithalex@lemmy.worldlinkfedilinkarrow-up4arrow-down2·2 years agoOn Linux, I’d just build my own Python binaries and make them available. But you can also use pyenv for the same thing if you’re ok with it. Then, using poetry, I have different projects with isolated environments.
On Linux, I’d just build my own Python binaries and make them available. But you can also use pyenv for the same thing if you’re ok with it.
Then, using poetry, I have different projects with isolated environments.