pipenv

pipenv is a tool for managing application dependencies analgous to npm for Node.js or bundler for Ruby.

Per the pipenv documentation:

Pipenv automatically creates and manages a virtualenv for your projects, as well as adds/removes packages from your Pipfile as you install/uninstall packages. It also generates a project Pipfile.lock, which is used to produce deterministic builds.

pipenv should not be confused with pipx, pip-tools, pip, or pipfile which are related but distinct tools.

Learn More

Last updated on

Please submit corrections and feedback...