macOS
brew install virtualenvwrapperlocal Homebrew formula metadata
brew
Python virtualenv extensions. Version 6.1.1 via Homebrew; verified from local package data.
install
brew install virtualenvwrapperlocal Homebrew formula metadata
sudo apt install python3-virtualenvwrapperDebian stable package indexes · python3-virtualenvwrapper · source: deb.debian.org
overview
Python virtualenv extensions
history
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.
security posture
narrow executable package without higher-risk signals.
green risk · low confidence · appliance
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
local files
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.
Config paths the tool may read or write during local use.
shell startup file that sources virtualenvwrapper.sh, for example ~/.bashrc~/.profileexecutables
| Command | Kind | Exposure | Note |
|---|---|---|---|
virtualenvwrapper.sh | cli | global executable | |
virtualenvwrapper_lazy.sh | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://virtualenvwrapper.readthedocs.io/
install metadata
| Package key | brew:virtualenvwrapper |
|---|---|
| Version | 6.1.1 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/virtualenvwrapper |
| Homepage | https://virtualenvwrapper.readthedocs.io/ |
| Repository | https://github.com/python-virtualenvwrapper/virtualenvwrapper |
| Upstream docs | https://virtualenvwrapper.readthedocs.io/en/latest |
| License | MIT |
| Source archive | https://files.pythonhosted.org/packages/97/0b/1f6daec2e0bd25275953256f83f98fb337b78b9d03d44b7eb9619b72b046/virtualenvwrapper-6.1.1.tar.gz |
| Dependencies | python@3.14 |
| Bottle | available (on all) |
| Homebrew post-install | not defined |
| Service | none declared |
| Caveats | To activate virtualenvwrapper, add the following to your shell profile e.g. ~/.profile or ~/.zshrc source virtualenvwrapper.sh |
registry facts
| 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 |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
python3-virtualenvwrapper 4.8.4-4
extension to virtualenv for managing multiple environments (Py3)
https://virtualenvwrapper.readthedocs.io/en/latest/
sudo apt install python3-virtualenvwrappervirtualenvwrapper 4.8.4-4
extension to virtualenv for managing multiple environments
https://virtualenvwrapper.readthedocs.io/en/latest/
sudo apt install virtualenvwrappervirtualenvwrapper-doc 4.8.4-4
extension to virtualenv for managing multiple environments (docs)
https://virtualenvwrapper.readthedocs.io/en/latest/
sudo apt install virtualenvwrapper-docpython3-virtualenvwrapper 4.8.4-4ubuntu1
extension to virtualenv for managing multiple environments (Py3)
https://virtualenvwrapper.readthedocs.io/en/latest/
sudo apt install python3-virtualenvwrappervirtualenvwrapper 4.8.4-4ubuntu1
extension to virtualenv for managing multiple environments
https://virtualenvwrapper.readthedocs.io/en/latest/
sudo apt install virtualenvwrappervirtualenvwrapper-doc 4.8.4-4ubuntu1
extension to virtualenv for managing multiple environments (docs)
https://virtualenvwrapper.readthedocs.io/en/latest/
sudo apt install virtualenvwrapper-docsource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.