17

If you’re writing in Python and you find yourself in dependency management hell and you don’t know about pipenv, consider this a friendly PSA:

pipenv is your friend.

Comments
  • 1
    Update! I’ve been alerted Poetry’s better.
  • 1
    @theKarlisK Proving once again that computers have no respect for wordplay.
  • 1
    One can manage dependency hell but library not getting updated to latest version is the worst thing when it comes to libraries in python.
    This acts as a major blocker for framework upgrade or any kinda of version upgrade.
  • 1
    New to python, building cloud ETL, trying to come to terms with packaging and requirements.txt etc cos want to do things...right (not like my predecessor but that is a rant for another day)

    Browse devrant, angel appears, bestows on me virtualenv and poetry.

    I mean, thanks 😉. Poetry looks 🔥
Add Comment