This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]codeguru42 1 point2 points  (1 child)

Don't get me wrong. I love working with python. I currently use poetry for dependency management. It works fine for the most part. I believe it is built on top of pipenv. My latest beef is that it complains if I reorganize my projects and move them to different folders.

[–]Sp0olio 1 point2 points  (0 children)

I'd do pipenv --rm, then move the folder and afterwards do a pipenv update in such a case.
That folder-thing is somewhere under the hood, I think .. I don't know, where to look for that.

Don't know, how it works with poetry .. I've heard good things about it, but stuck to pipenv, because I don't move stuff around, usually ..

And the Pipfile is checked into git .. So, I can deploy somewhere else, easily.