# Installer pipenv avec Homebrew, apt, MacPorts, Nix

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de pipenv pour les workflows d'agents IA.

## installation

```sh
sudo av install brew:pipenv
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install pipenv
```

  Preuve: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install pipenv
```

  Preuve: MacPorts ports tree: python/pipenv/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- Debian apt (92%):

```sh
sudo apt install pipenv
```

  Preuve: Debian stable package indexes: pipenv from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- Nix (92%):

```sh
nix profile install nixpkgs#pipenv
```

  Preuve: nixpkgs package indexes: pkgs/by-name/pi/pipenv/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

## Faits du paquet

- **Clé du paquet:** brew:pipenv
- **Gestionnaire de paquets:** Homebrew
- **Version:** 2026.6.2
- **Résumé source:** Python dependency management tool
- **Page d'accueil:** <https://github.com/pypa/pipenv>
- **Dépôt:** <https://github.com/pypa/pipenv>
- **Dernière mise à jour:** 2026-07-15T12:05:17Z
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- pipenv (alias)
- pipenv-resolver (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

- page générée: 2026-08-03
- version du gestionnaire: 2026.6.2

## Notes de sécurité

narrow executable package without higher-risk signals.

- **Risque Geiger:** vert / faible
- narrow executable package without higher-risk signals


## Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.


## Configuration files

- Unix: Pipfile, Pipfile.lock
## Autres enregistrements de gestionnaires de paquets

- Debian apt - pipenv - 2024.0.1+ds-3: normalized package name match | Debian stable package indexes: pipenv from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Python package manager based on virtualenv and Pipfiles | https://github.com/pypa/pipenv
- Nix - pipenv: normalized package name match | nixpkgs package indexes: pkgs/by-name/pi/pipenv/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - pipenv - 2023.12.1+ds-1: normalized package name match | Ubuntu 24.04 LTS package indexes: pipenv from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Python package manager based on virtualenv and Pipfiles | https://github.com/pypa/pipenv
- MacPorts - pipenv: normalized package name match | MacPorts ports tree: python/pipenv/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1


## Combined YAML source

View the package source record on GitHub. [combined/pipenv.yml](https://github.com/mxcl/pkgdb/blob/main/combined/pipenv.yml)


## Sources

- pkg.so package database
- Geiger risk classifier
- curated configuration and credential file locations
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
