Review of 'Overview of python dependency management tools | model.predict'

1 · Shane Mulligan · June 1, 2020, 4 p.m.
Original article Overview of python dependency management tools | model.predict   Installing python packages Installing non-python packages Managing python versions Managing virtual environments Environment reproducibility pip ✓ ✖*       venv       ✓   pyenv     ✓     conda ✓ ✓ ✓* ✓   pipenv (+pyenv) ✓ ✓   ✓ ✓ poetry (+pyenv) ✓ ✓   ✓ ✓ Docker * * * * ✓ Docker There’s no need for any virtual environment management since apps are isolated by design....