macOS
brew install virtualenvlocal Homebrew formula metadata
brew
Tool for creating isolated virtual python environments. Version 21.6.0 via Homebrew; verified 2026-07-08.
install
brew install virtualenvlocal Homebrew formula metadata
sudo apt install virtualenvDebian stable package indexes · virtualenv · source: deb.debian.org
sudo dnf install python3-virtualenvFedora Rawhide package metadata · python3-virtualenv · source: dl.fedoraproject.org
nix profile install nixpkgs#virtualenvnixpkgs package indexes · virtualenv · source: raw.githubusercontent.com
overview
Tool for creating isolated virtual python environments
history
virtualenv is one of the foundational Python packaging tools: it creates isolated Python environments so projects can have their own interpreter-facing package directories instead of sharing a global site-packages. The Python Packaging Authority history records virtualenv as introduced by Ian Bicking in 2007, and PEP 405 later described third-party virtualenv as the established predecessor to Python's standard-library venv module.
virtualenv grew out of Ian Bicking's earlier workingenv and virtual-python work. Legacy virtualenv documentation describes it as a successor to workingenv and an extension of virtual-python, written by Bicking with sponsorship from The Open Planning Project and later maintained by a developer group under the PyPA umbrella.
The first PyPI files for virtualenv date to September 2007, and the legacy changelog records v0.8 as the initial release. In 2012, Python accepted PEP 405 for built-in virtual environments, explicitly citing the popularity of Ian Bicking's virtualenv as evidence that environment isolation was already a core Python workflow.
The project continued after venv entered the standard library because virtualenv supported more interpreter discovery modes, older Python versions, cross-platform activation scripts, and bundled or seeded installer behavior. The 20.x line was a major modernization of the implementation and seeding model, and recent changelogs show the project still tracking new Python versions and packaging behavior.
virtualenv became a default building block for Python application development, testing, and deployment before Python had a built-in equivalent. PEP 405 described virtual environments as already widely used for dependency management, non-admin package installation, and automated testing across Python versions.
Its adoption is tightly linked to pip and PyPA packaging culture. For years, tutorials, CI systems, tox configurations, and distribution packaging recipes assumed that creating a throwaway virtualenv was the ordinary way to test Python code without contaminating the system interpreter.
The common workflow is to run `virtualenv ENV`, activate the environment with the shell-specific activation script, and then install dependencies with pip into that isolated prefix. Modern virtualenv can also select interpreters, delegate some creation paths to venv, and seed environments with packaging tools according to its configured policy.
Even where `python -m venv` is sufficient, virtualenv remains useful when users want faster creation, broader interpreter support, consistent behavior across platforms, or compatibility with older packaging workflows. It is also embedded indirectly in higher-level tools that create disposable environments for testing, building, or application isolation.
virtualenv is package-nerd bedrock: it changed Python packaging from a global-machine problem into a per-project directory problem. Much of the later Python tooling stack, including virtualenvwrapper, tox, pipenv, Poetry, nox, and uv-style environment workflows, either builds on the same isolation idea or interoperates with its directory conventions.
security posture
No matching local secret-handling manifest was found for virtualenv. Nucleus package metadata is still published here so future coverage has a stable package URL.
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.
platformdirs app config directory/virtualenv.iniplatformdirs app config directory/virtualenv.iniexecutables
| Command | Kind | Exposure | Note |
|---|---|---|---|
virtualenv | 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.
install metadata
| Package key | brew:virtualenv |
|---|---|
| Version | 21.6.0 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/virtualenv |
| Homepage | https://virtualenv.pypa.io/ |
| Repository | https://github.com/pypa/virtualenv |
| Upstream docs | https://virtualenv.pypa.io/en/stable |
| License | MIT |
| Source archive | https://files.pythonhosted.org/packages/74/65/ec1d92091671e6407d3e7c1f5801413bb7b2b57630a50cae7750456ba0ed/virtualenv-21.6.0.tar.gz |
| Last updated | 2026-07-08T03:16:55Z |
| Pulse | updated |
| Dependencies | python@3.14 |
| Bottle | available (on all) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | virtualenv |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| 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.
virtualenv 20.31.2+ds-1
Python virtual environment creator (Dependency package)
sudo apt install virtualenvvirtualenv
nix profile install nixpkgs#virtualenvvirtualenv 20.25.0+ds-2
Python virtual environment creator (Dependency package)
sudo apt install virtualenvpython3-virtualenv 21.4.2-1.fc45
Tool to create isolated Python environments
http://pypi.python.org/pypi/virtualenv
sudo dnf install python3-virtualenvsource 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.