pkg.soopen package index

brew / Rang 2427

virtualenvwrapper mit Homebrew, apt installieren

Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für virtualenvwrapper in AI-Agent-Workflows.

Installation

Weitere Installationsbefehle

macOS

Homebrewverifiziert · 100%
brew install virtualenvwrapper

local Homebrew formula metadata

Linux

Debian aptverifiziert · 92%
sudo apt install virtualenvwrapper

Debian stable package indexes · virtualenvwrapper · Quelle: deb.debian.org

Überblick

Paketzusammenfassung

Python virtualenv extensions

Befehle und Aliase

  • virtualenvwrapper.sh
  • virtualenvwrapper_lazy.sh

Verlauf

Projektgeschichte und Nutzung

virtualenvwrapper is Doug Hellmann's shell layer around Ian Bicking's virtualenv. It collects virtual environments in one place and adds commands such as `mkvirtualenv`, `rmvirtualenv`, and `workon`, plus tab completion, hooks, and plugins for people who manage many Python projects from a Bourne-compatible shell.

Projektgeschichte

Hellmann introduced the idea publicly in a May 2008 Python Magazine article, explaining that he had been using virtualenv for all projects but that keeping track of many environments had become messy. The solution was a set of bash functions that wrapped virtualenv and made switching, creating, and cleaning environments routine.

The project documentation copyright and changelog history begin in the 2009 era, and the stable changelog records a 1.0 entry as the first copy and start of the new project. Over the 2.x through 4.x lines, virtualenvwrapper accumulated the conventions that made it recognizable: WORKON_HOME, project directories, pre/post activation hooks, and a plugin system.

The 5.x and 6.x era reflects the long tail of Python packaging change. The current documentation warns that 5.x requires virtualenv 20+, while the 6.x releases moved the project forward with refreshed packaging while preserving the shell-first model.

Adoptionsgeschichte

virtualenvwrapper became a common recommendation for Python developers who lived in bash or zsh and worked on many projects at once. It did not replace virtualenv; it standardized the human workflow around virtualenv by making environment names, activation, deletion, and per-project hooks memorable.

Its influence is visible in later tools and ports. virtualenvwrapper-win brought the idea to Windows batch scripts, while VirtualFish and other shell-specific managers borrowed the model for shells that did not use Bourne-compatible activation syntax.

Wie es verwendet wird

A typical setup defines WORKON_HOME, sources `virtualenvwrapper.sh` from a shell startup file, then uses `mkvirtualenv NAME` to create an environment and `workon NAME` to switch back to it. Hooks such as preactivate, postactivate, predeactivate, and postdeactivate let users automate per-environment shell state.

The package is mostly a workflow tool rather than a runtime dependency. It matters on developer machines, CI bootstrap scripts, and old-but-still-working Python development setups where quick environment switching is more valuable than a project-level lockfile system.

Warum Paket-Nerds sich dafür interessieren

virtualenvwrapper is historically important because it turned virtualenv from a command you remembered into a workspace model. For package people, `workon` and WORKON_HOME became shorthand for the pre-Poetry, pre-uv period of Python environment management: practical shell glue that solved the daily mess.

Zeitleiste

  • 2008-05: Doug Hellmann published an article describing wrappers around virtualenv.
  • 2009: virtualenvwrapper documentation and changelog history begin around the early project era.
  • 2010: PyPI release history visible today includes 2.5.3 uploads.
  • 2023: virtualenvwrapper 6.0.0 refreshed the project for modern packaging.
  • 2024: virtualenvwrapper 6.1.1 was released.

Related projects

  • virtualenv is the underlying environment creator. virtualenvwrapper-win is a Windows port of the same idea. VirtualFish adapts similar virtualenv-management ergonomics to the fish shell.

Quellen

  • Doug Hellmann's original virtualenvwrapper article: https://doughellmann.com/posts/virtualenvwrapper/
  • virtualenvwrapper 6.0.0 release note: https://doughellmann.com/releases/virtualenvwrapper-6-0-0/
  • virtualenvwrapper GitHub README: https://github.com/python-virtualenvwrapper/virtualenvwrapper
  • virtualenvwrapper PyPI project: https://pypi.org/project/virtualenvwrapper/
  • virtualenvwrapper documentation: https://virtualenvwrapper.readthedocs.io/
  • virtualenvwrapper stable changelog: https://virtualenvwrapper.readthedocs.io/en/stable/history.html

Sicherheitslage

Risikostufe: grün

narrow executable package without higher-risk signals.

Risikoklassifikator

grün Risiko · niedrig Konfidenz · appliance

Warum

  • narrow executable package without higher-risk signals

Signale

  • metadata:no-higher-risk-signals

Installationsverhalten

  • Es wurden keine Homebrew-Bottle-Metadaten erfasst.

Empfohlene Prüfung

Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.

local files

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

Config paths the tool may read or write during local use.

Unix
shell startup file that sources virtualenvwrapper.sh, for example ~/.bashrc~/.profile

Executables

Installierte Executables

BefehlArtSichtbarkeitHinweis
virtualenvwrapper.shExecutableindexiertes ExecutableAus dem lokalen Executable-Index erkannt.
virtualenvwrapper_lazy.shExecutableindexiertes ExecutableAus dem lokalen Executable-Index erkannt.

Aktualität

Version und Aktualität

Diese Signale trennen das Alter der Seitengenerierung, Aktivität des Paketmanagers und Upstream-Release-Vergleich. Versionsrückstand wird nur gemeldet, wenn eine Evidenz-URL und vergleichbare Versionen vorhanden sind.

Seite generiert2026-08-03
Manager-Version6.1.1
Manager aktualisiert
lokale Datenunbekannt
Upstreamnicht verfügbar
neueste erkannte Versionnicht erkannt
  • OKEs wurden keine Aktualitätswarnungen generiert.

Installationsmetadaten

Paketmetadaten

Paketschlüsselbrew:virtualenvwrapper
Version6.1.1
PaketmanagerHomebrew
Homepagehttps://virtualenvwrapper.readthedocs.io/
Bottlenicht erfasst
Dienstkeiner deklariert

Source-Datenbank-Treffer

Andere Paketmanager-Einträge

Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.

Debian apt95%

python3-virtualenvwrapper 4.8.4-4

extension to virtualenv for managing multiple environments (Py3)

https://virtualenvwrapper.readthedocs.io/en/latest/

sudo apt install python3-virtualenvwrapper
  • Section: python
  • Architecture: all
  • Source Package: virtualenvwrapper
  • 4 Abhängigkeiten
  • 1 optionale Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Virtualenvwrapper
Debian stable package indexes · deb.debian.org · Debian stable package indexes: python3-virtualenvwrapper from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

virtualenvwrapper 4.8.4-4

extension to virtualenv for managing multiple environments

https://virtualenvwrapper.readthedocs.io/en/latest/

sudo apt install virtualenvwrapper
  • Section: python
  • Architecture: all
  • 2 Abhängigkeiten
  • 2 optionale Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Virtualenvwrapper
Debian stable package indexes · deb.debian.org · Debian stable package indexes: virtualenvwrapper from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

virtualenvwrapper-doc 4.8.4-4

extension to virtualenv for managing multiple environments (docs)

https://virtualenvwrapper.readthedocs.io/en/latest/

sudo apt install virtualenvwrapper-doc
  • Section: doc
  • Architecture: all
  • Source Package: virtualenvwrapper
  • 1 Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Virtualenvwrapper
Debian stable package indexes · deb.debian.org · Debian stable package indexes: virtualenvwrapper-doc from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Ubuntu apt95%

python3-virtualenvwrapper 4.8.4-4ubuntu1

extension to virtualenv for managing multiple environments (Py3)

https://virtualenvwrapper.readthedocs.io/en/latest/

sudo apt install python3-virtualenvwrapper
  • Section: universe/python
  • Architecture: all
  • Source Package: virtualenvwrapper
  • 4 Abhängigkeiten
  • 1 optionale Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Virtualenvwrapper
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: python3-virtualenvwrapper from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

virtualenvwrapper 4.8.4-4ubuntu1

extension to virtualenv for managing multiple environments

https://virtualenvwrapper.readthedocs.io/en/latest/

sudo apt install virtualenvwrapper
  • Section: universe/python
  • Architecture: all
  • 2 Abhängigkeiten
  • 2 optionale Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Virtualenvwrapper
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: virtualenvwrapper from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

virtualenvwrapper-doc 4.8.4-4ubuntu1

extension to virtualenv for managing multiple environments (docs)

https://virtualenvwrapper.readthedocs.io/en/latest/

sudo apt install virtualenvwrapper-doc
  • Section: universe/doc
  • Architecture: all
  • Source Package: virtualenvwrapper
  • 1 Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Virtualenvwrapper
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: virtualenvwrapper-doc from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz

Quellspur

Aus Repository-Daten generiert

Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.

Verwendete Quellen

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