top | item 40186664

(no title)

jdsalaro | 1 year ago

just curious, have you tried using asdf.vm with pipenv ? I've never needed anything else and have yet to have any problems.

A couple of moons ago I used Poetry, but gave up on it because it was so heavy and unfortunately would bug out often.

discuss

order

matsemann|1 year ago

Not tried pipenv, I'm a bit tied by what the company uses.

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

> A dockerfile solves that, my system is a carbon copy of the prod environment.

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

Not OP but I've been using asdf and Poetry together and have been pretty happy with my setup. What issues were you experiencing?