pkg.soopen package index

brew / 順位 488

virtualenv を Homebrew, apt, Nix, dnf でインストール

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

インストール

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

macOS

Homebrew確認済み · 100%
brew install virtualenv

local Homebrew formula metadata

概要

パッケージ概要

Tool for creating isolated virtual python environments

コマンドとエイリアス

  • virtualenv

履歴

プロジェクトの歴史と使われ方

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.

タイムライン

  • 2007: virtualenv was introduced by Ian Bicking.
  • 2007-09-14: The earliest virtualenv files currently listed on PyPI were uploaded.
  • 2012: PEP 405 proposed Python's standard-library virtual environments, citing virtualenv's established popularity.
  • 2020: virtualenv 20.x became the modern line with a rewritten creation and seeding architecture.
  • 2026: The active 21.x line continues to track current Python packaging and interpreter changes.

Related projects

  • workingenv and virtual-python were direct predecessors. Python's standard-library venv module standardized a subset of the virtual-environment concept. virtualenvwrapper and VirtualFish are shell-oriented managers built around virtualenv-style environments.

ソース

  • PEP 405: https://peps.python.org/pep-0405/
  • PyPA packaging history: https://www.pypa.io/en/latest/history/
  • virtualenv PyPI project: https://pypi.org/project/virtualenv/
  • virtualenv changelog: https://virtualenv.pypa.io/en/latest/changelog.html
  • virtualenv legacy changelog: https://virtualenv.pypa.io/en/legacy/changes.html
  • virtualenv legacy development documentation: https://virtualenv.pypa.io/en/legacy/development.html

セキュリティ状態

保護ツール対応はまだ見つかっていません

virtualenv に一致するローカルシークレット処理マニフェストは見つかりませんでした。将来の対応で安定したパッケージ URL を使えるよう、Nucleus パッケージメタデータはここに公開されています。

インストール挙動

  • Homebrew bottle メタデータは記録されていません。

推奨レビュー

エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。

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
platformdirs app config directory/virtualenv.ini
Windows
platformdirs app config directory/virtualenv.ini

実行可能ファイル

インストールされる実行可能ファイル

コマンド種類公開範囲メモ
virtualenv実行可能ファイルインデックス済み実行可能ファイルローカル実行可能ファイルインデックスから検出されました。

鮮度

バージョンと鮮度

これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。

ページ生成日2026-08-03
マネージャ版21.7.1
マネージャ更新日2026-07-31
ローカルデータ不明
上流利用不可
検出された最新未検出
  • OK鮮度警告は生成されていません。

インストールメタデータ

パッケージメタデータ

パッケージキーbrew:virtualenv
バージョン21.7.1
パッケージマネージャHomebrew
ホームページhttps://virtualenv.pypa.io/
リポジトリhttps://github.com/pypa/virtualenv
最終更新2026-07-31T16:35:46Z
Pulseupdated
Bottle未記録
サービス宣言なし

ソースデータベース一致

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

一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。

Debian apt95%

virtualenv 20.31.2+ds-1+deb13u1

Python virtual environment creator (Dependency package)

https://virtualenv.pypa.io/

sudo apt install virtualenv
  • Section: python
  • Architecture: all
  • Source Package: python-virtualenv
  • 1 依存関係
  • normalized package name match
  • 一致条件: Virtualenv
Debian stable package indexes · deb.debian.org · Debian stable package indexes: virtualenv from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

virtualenv

nix profile install nixpkgs#virtualenv
  • normalized package name match
  • 一致条件: Virtualenv
nixpkgs package indexes · raw.githubusercontent.com · nixpkgs package indexes: virtualenv from https://raw.githubusercontent.com/NixOS/nixpkgs/master/pkgs/top-level/all-packages.nix
Ubuntu apt95%

virtualenv 20.25.0+ds-2

Python virtual environment creator (Dependency package)

https://virtualenv.pypa.io/

sudo apt install virtualenv
  • Section: universe/python
  • Architecture: all
  • Source Package: python-virtualenv
  • 1 依存関係
  • normalized package name match
  • 一致条件: Virtualenv
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: virtualenv from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
dnf95%

python3-virtualenv 21.6.1-2.fc45

Tool to create isolated Python environments

http://pypi.python.org/pypi/virtualenv

sudo dnf install python3-virtualenv
  • License: MIT
  • Category: Unspecified
  • Architecture: noarch
  • Source Package: python-virtualenv
  • 5 依存関係
  • 6 提供
  • normalized package name match
  • 一致条件: Virtualenv
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: python3-virtualenv from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst

ソース経路

リポジトリデータから生成

このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。

使用ソース

  • 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