pnutzh4x0r@lemmy.ndlug.org to Python@programming.devEnglish · 1 year agoPython 3.12.0www.python.orgexternal-linkmessage-square12fedilinkarrow-up119arrow-down10 cross-posted to: python@lemmy.mlprogramming@programming.devhackernews@derp.foo
arrow-up119arrow-down1external-linkPython 3.12.0www.python.orgpnutzh4x0r@lemmy.ndlug.org to Python@programming.devEnglish · 1 year agomessage-square12fedilink cross-posted to: python@lemmy.mlprogramming@programming.devhackernews@derp.foo
minus-squarecoffeewithalex@lemmy.worldlinkfedilinkarrow-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.
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.