Ross ROSS = Recommend OSS · open-source software intelligence for agents

pypa/virtualenv

Virtual Python Environment builder observed · 2026-08-28

github.com/pypa/virtualenv · homepage · Python · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

99/100

  • Activity 99
  • Release rhythm 99
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.

  • gap_med: 7.0
  • age_days: 5659
  • days_rel: 8
  • days_push: 8
  • n_releases_24m: 55

Full methodology

Adoption not part of the score

5042 stars · 1114 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded

virtualenv is a tool for creating isolated virtual Python environments, allowing projects to have their own dependencies independent of the system Python. It is the reference implementation maintained by the Python Packaging Authority (PyPA).

Use cases

  • create isolated python environments
  • install project dependencies without polluting system python
  • manage multiple python versions per project
  • reproducible development environments
  • separate dependency sets for different projects

When to choose

  • you need environment isolation for Python projects
  • you want a mature, PyPA-maintained tool with broad interpreter support (CPython, PyPy)
  • you need faster environment creation than the built-in venv module

When to avoid

  • you only need basic isolation and are fine with Python's built-in venv module
  • you want full project/dependency management with lockfiles - consider poetry or uv instead
  • you are managing non-Python language environments

Facets

cli-tool · maturity stable

developer-tools cli package-manager configuration-management developer-tools python cli cross-platform virtual-environments python-environments dependency-isolation venv command-line python

2 sources

Member repositories

RepositoryRoleHealth v2
pypa/virtualenvmain99

For agents

markdown · JSON · MCP: product_card(name="pypa/virtualenv")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem