# virtualenvwrapper を Homebrew, apt でインストール

virtualenvwrapper のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

## インストール

```sh
sudo av install brew:virtualenvwrapper
```

追加のインストールコマンド:

### macOS

- Homebrew (100%):

```sh
brew install virtualenvwrapper
```

  証拠: local Homebrew formula metadata

### Linux

- Debian apt (92%):

```sh
sudo apt install virtualenvwrapper
```

  証拠: Debian stable package indexes: virtualenvwrapper from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

## パッケージ情報

- **パッケージキー:** brew:virtualenvwrapper
- **パッケージマネージャ:** Homebrew
- **パッケージマネージャページ:** <https://formulae.brew.sh/formula/virtualenvwrapper>
- **バージョン:** 6.1.1
- **ソース概要:** Python virtualenv extensions
- **ホームページ:** <https://virtualenvwrapper.readthedocs.io/>
- **上流ドキュメント:** <https://virtualenvwrapper.readthedocs.io/>
- **ライセンス:** MIT
- **ソースアーカイブ:** <https://files.pythonhosted.org/packages/97/0b/1f6daec2e0bd25275953256f83f98fb337b78b9d03d44b7eb9619b72b046/virtualenvwrapper-6.1.1.tar.gz>
- **生成日時:** 2026-08-04T22:13:35+00:00

## 実行可能ファイル

- virtualenvwrapper.sh (cli)
- virtualenvwrapper_lazy.sh (cli)
- virtualenvwrapper.sh (エイリアス)
- virtualenvwrapper_lazy.sh (エイリアス)

## 依存関係

- python@3.14

## インストール挙動

- post-install フック: 未定義
- 注意点: To activate virtualenvwrapper, add the following to your shell profile e.g. ~/.profile or ~/.zshrc source virtualenvwrapper.sh
- Bottle: 利用可能 対象 all

## バージョンと鮮度

- ページ生成日: 2026-08-04
- マネージャ版: 6.1.1
- ローカルデータ: OK
- 上流リポジトリ: https://virtualenvwrapper.readthedocs.io/
- 情報: No package-manager update timestamp was available.
- 情報: Release/tag comparison is only available for GitHub repositories.
## プロジェクトの歴史と使われ方

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.

### プロジェクトの歴史

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.

### 採用の歴史

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.

### 使われ方

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.

### パッケージ好きにとっての重要性

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.

### タイムライン

- 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.

### ソース

- 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


## セキュリティノート

narrow executable package without higher-risk signals.

- **Geiger リスク:** グリーン / 低
- 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: shell startup file that sources virtualenvwrapper.sh, for example ~/.bashrc, ~/.profile
## ソースデータベース詳細

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** virtualenvwrapper
- **Version Scheme:** 0
- **Revision:** 2
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** stable

## 他のパッケージマネージャ記録

- Debian apt - python3-virtualenvwrapper - 4.8.4-4: normalized package name match | Debian stable package indexes: python3-virtualenvwrapper from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | extension to virtualenv for managing multiple environments (Py3) | https://virtualenvwrapper.readthedocs.io/en/latest/
- Debian apt - virtualenvwrapper - 4.8.4-4: normalized package name match | Debian stable package indexes: virtualenvwrapper from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | extension to virtualenv for managing multiple environments | https://virtualenvwrapper.readthedocs.io/en/latest/
- Debian apt - virtualenvwrapper-doc - 4.8.4-4: normalized package name match | Debian stable package indexes: virtualenvwrapper-doc from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | extension to virtualenv for managing multiple environments (docs) | https://virtualenvwrapper.readthedocs.io/en/latest/
- Ubuntu apt - python3-virtualenvwrapper - 4.8.4-4ubuntu1: normalized package name match | Ubuntu 24.04 LTS package indexes: python3-virtualenvwrapper from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | extension to virtualenv for managing multiple environments (Py3) | https://virtualenvwrapper.readthedocs.io/en/latest/
- Ubuntu apt - virtualenvwrapper - 4.8.4-4ubuntu1: normalized package name match | Ubuntu 24.04 LTS package indexes: virtualenvwrapper from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | extension to virtualenv for managing multiple environments | https://virtualenvwrapper.readthedocs.io/en/latest/
- Ubuntu apt - virtualenvwrapper-doc - 4.8.4-4ubuntu1: normalized package name match | Ubuntu 24.04 LTS package indexes: virtualenvwrapper-doc from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | extension to virtualenv for managing multiple environments (docs) | https://virtualenvwrapper.readthedocs.io/en/latest/


## 関連リンク

- [Terminal utility packages](https://pkg.so/ja/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://pkg.so/ja/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Developer build packages](https://pkg.so/ja/developer-build-tools/) - Matched build, compiler, generator, or developer workflow metadata.
- [Language runtime packages](https://pkg.so/ja/language-runtime-packages/) - Matched language runtime, compiler, or interpreter metadata.
- [python@3.14](https://pkg.so/ja/brew/python-3-14/) - Runtime dependency declared by Homebrew.
- [pyenv-virtualenv](https://pkg.so/ja/brew/pyenv-virtualenv/) - Shares pkgdb curated category or tags: cli, developer-tools, environment-management, python, virtualenv.
- [virtualfish](https://pkg.so/ja/brew/virtualfish/) - Shares pkgdb curated category or tags: cli, developer-tools, environment-management, python, virtualenv.
- [tox](https://pkg.so/ja/brew/tox/) - Shares pkgdb curated category or tags: cli, developer-tools, python, virtualenv.
- [xonsh](https://pkg.so/ja/brew/xonsh/) - Shares pkgdb curated category or tags: cli, developer-tools, python, shell.
- [pyenv-virtualenvwrapper](https://pkg.so/ja/brew/pyenv-virtualenvwrapper/) - Shares pkgdb curated category or tags: cli, developer-tools, environment-management, python, virtualenv.
- [nox](https://pkg.so/ja/brew/nox/) - Shares pkgdb curated category or tags: cli, developer-tools, python, virtualenv.
- [nodeenv](https://pkg.so/ja/brew/nodeenv/) - Shares pkgdb curated category or tags: cli, developer-tools, python, virtualenv.
- [pyp](https://pkg.so/ja/brew/pyp/) - Shares pkgdb curated category or tags: cli, developer-tools, python, shell.
- [fades](https://pkg.so/ja/brew/fades/) - Both packages touch the same language runtime or ecosystem. Shared terms: cli, developer, developer-tools, environment, environment-management.

## Combined YAML source

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


## ソース

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