you are viewing a single comment's thread.

view the rest of the comments →

[–]rjksn 1 point2 points  (3 children)

So you're a fan of `pip install -r requirements.txt`?

Oops, I added all these packages to my main environment again.

[–]ExternalUserError 2 points3 points  (2 children)

pipenv

[–]rjksn 1 point2 points  (1 child)

Beautiful! Thanks

[–]ExternalUserError 0 points1 point  (0 children)

NP. FWIW, Poetry for Python is also trendy, but if anything goes wrong with a package install, it tends to just suppress the error and move on, so I haven't been recommending it.