chaospatterns@lemmy.world to Python@programming.devEnglish · 4 months agoPython has too many package managersdublog.netexternal-linkmessage-square14fedilinkarrow-up14arrow-down10
arrow-up14arrow-down1external-linkPython has too many package managersdublog.netchaospatterns@lemmy.world to Python@programming.devEnglish · 4 months agomessage-square14fedilink
minus-squareZephyrXero@lemmy.worldlinkfedilinkEnglisharrow-up2·4 months agoHaving more than one obvious way is unpythonic
minus-squaresugar_in_your_tea@sh.itjust.workslinkfedilinkarrow-up1·4 months agoUnfortunately, pip, the obvious way, kind of sucks. So I use poetry, which seems to work nicely.
minus-squareproton_lynx@lemmy.worldlinkfedilinkarrow-up1·4 months agoI’m using Poetry as well. But I really hope Rye works out so we can finally end this madness.
minus-squarechaospatterns@lemmy.worldOPlinkfedilinkEnglisharrow-up1·4 months agoInteresting. I just learned about Rye today. Has anybody tried it? Does it live up to the promise?
minus-squareNostraDavid@programming.devlinkfedilinkarrow-up1·4 months agoI tried it a little - being able to run rye sync and not even having to worry about Python versioning is sooooo nice.
Having more than one obvious way is unpythonic
Unfortunately, pip, the obvious way, kind of sucks. So I use poetry, which seems to work nicely.
I’m using Poetry as well. But I really hope Rye works out so we can finally end this madness.
Interesting. I just learned about Rye today. Has anybody tried it? Does it live up to the promise?
I tried it a little - being able to run
rye sync
and not even having to worry about Python versioning is sooooo nice.