minus-squarecoffeewithalex@lemmy.worldtoPython@programming.dev•Python 3.12.0linkfedilinkarrow-up2·1 year 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. linkfedilink
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.