@[email protected] to [email protected]English • 1 year agoPython has too many package managersdublog.netmessage-square38fedilinkarrow-up180cross-posted to: [email protected]
arrow-up180external-linkPython has too many package managersdublog.net@[email protected] to [email protected]English • 1 year agomessage-square38fedilinkcross-posted to: [email protected]
minus-square@[email protected]OPlinkfedilinkEnglish4•1 year agoInteresting. I just learned about Rye today. Has anybody tried it? Does it live up to the promise?
minus-square@[email protected]linkfedilink4•1 year agoHaven’t tried Rye but I have used uv (which Rye uses to replace pip). Pip install time went down from 58s to 7s. Yes really. Python is fucking slow!
minus-squareNostraDavidlinkfedilink2•1 year agoI tried it a little - being able to run rye sync and not even having to worry about Python versioning is sooooo nice.
Interesting. I just learned about Rye today. Has anybody tried it? Does it live up to the promise?
Check “uv”. Builds on top, is coming good.
Haven’t tried Rye but I have used
uv
(which Rye uses to replace pip). Pip install time went down from 58s to 7s. Yes really. Python is fucking slow!I tried it a little - being able to run
rye sync
and not even having to worry about Python versioning is sooooo nice.