--- id: pipenv version: "2026.7.1" license: MIT License (MIT) license_treatment: permissive maintenance: active --- # pipenv — Python Development Workflow for Humans. License: permissive · Maintenance: active · Popularity: top 1,000 on PyPI ## Install pip install pipenv uv add pipenv poetry add pipenv ## Description Pipenv: Python Development Workflow for Humans ============================================== [![image](https://img.shields.io/pypi/v/pipenv.svg)](https://python.org/pypi/pipenv) [![image](https://img.shields.io/pypi/l/pipenv.svg)](https://python.org/pypi/pipenv) [![CI](https://github.com/pypa/pipenv/actions/workflows/ci.yaml/badge.svg)](https://github.com/pypa/pipenv/actions/workflows/ci.yaml) [![image](https://img.shields.io/pypi/pyversions/pipenv.svg)](https://python.org/pypi/pipenv) ------------------------------------------------------------------------ **Pipenv** is a Python virtualenv management tool that supports a multitude of systems and nicely bridges the gaps between pip, python (using system python, pyenv or asdf) and virtualenv. *Linux, macOS, and Windows are all first-class citizens in pipenv.* 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 is primarily meant to provide users and developers of applications with an easy method to arrive at a... ## AI interpretation — verify before relying Pipenv is a Python virtualenv management tool that automatically creates and manages isolated project environments while handling package installation, dependency locking, and deterministic builds through Pipfile and Pipfile.lock. Verdict: Pipenv is an actively maintained tool for Python development environments with no known vulnerabilities, permissive MIT licensing, and low installation friction. It is well-suited for developers seeking deterministic, reproducible project setups with integrated dependency locking. [View on SkillFed](https://skillfed.io/packages/pipenv) · [View on PyPI](https://pypi.org/project/pipenv/)