ExLisper@linux.community to Programmer Humor@lemmy.mlEnglish · 1 year agoPackage managers be likelinux.communityimagemessage-square160fedilinkarrow-up1414arrow-down195file-text
arrow-up1319arrow-down1imagePackage managers be likelinux.communityExLisper@linux.community to Programmer Humor@lemmy.mlEnglish · 1 year agomessage-square160fedilinkfile-text
minus-squarejelloeater - Ops Mgr@lemmy.worldlinkfedilinkEnglisharrow-up1·1 year agoSeriously, I usually use Poetry these days for most projects, shit just works, build well and lets me distribute my code from PiPy just fine. Everything in one pyproject.yaml.
minus-squarePantoffel@feddit.delinkfedilinkarrow-up3·1 year agoI like the pyproject.yaml, but checking dependencies with poetry takes 5 to 10 minutes for my projects.
minus-squarejelloeater - Ops Mgr@lemmy.worldlinkfedilinkEnglisharrow-up2·1 year agoYeah, that’s rough. Is it any faster w PipEnv?
minus-squarePantoffel@feddit.delinkfedilinkarrow-up2·1 year agoIt actually is almost as instant as you would expect
minus-squarejelloeater - Ops Mgr@lemmy.worldlinkfedilinkEnglisharrow-up1·1 year agoWeird, Poetry gotta up their game then 😎
Seriously, I usually use Poetry these days for most projects, shit just works, build well and lets me distribute my code from PiPy just fine. Everything in one pyproject.yaml.
I like the pyproject.yaml, but checking dependencies with poetry takes 5 to 10 minutes for my projects.
Yeah, that’s rough. Is it any faster w PipEnv?
It actually is almost as instant as you would expect
Weird, Poetry gotta up their game then 😎