(no title)
jdsalaro | 1 year ago
A couple of moons ago I used Poetry, but gave up on it because it was so heavy and unfortunately would bug out often.
jdsalaro | 1 year ago
A couple of moons ago I used Poetry, but gave up on it because it was so heavy and unfortunately would bug out often.
matsemann|1 year ago
I did try using something similar to asdf (can't remember the name, think it changed), but it still didn't really solve the problem of OS dependencies and things needing to be compiled, and the problems arising from me not running the same OS as the application would run on. A dockerfile solves that, my system is a carbon copy of the prod environment.
jdsalaro|1 year ago
Yeah, that can definitely not be beat, if at all probably only due to comfort.
> Not tried pipenv
I've been meaning to put a tutorial out there with my workflow since forever, if I had it I'd point you to it.
I recommend you give it a try if you get the chance, you might like it.
codethief|1 year ago