--- id: virtualenv version: "21.7.4" license: MIT license_treatment: permissive maintenance: active --- # virtualenv — Virtual Python Environment builder License: permissive · Maintenance: active · Popularity: top 100 on PyPI ## Install pip install virtualenv uv add virtualenv poetry add virtualenv ## Description # virtualenv [![PyPI](https://img.shields.io/pypi/v/virtualenv?style=flat-square)](https://pypi.org/project/virtualenv) [![PyPI - Implementation](https://img.shields.io/pypi/implementation/virtualenv?style=flat-square)](https://pypi.org/project/virtualenv) [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/virtualenv?style=flat-square)](https://pypi.org/project/virtualenv) [![Documentation](https://readthedocs.org/projects/virtualenv/badge/?version=latest&style=flat-square)](http://virtualenv.pypa.io) [![Discord](https://img.shields.io/discord/803025117553754132)](https://discord.gg/pypa) [![Downloads](https://static.pepy.tech/badge/virtualenv/month)](https://pepy.tech/project/virtualenv) [![PyPI - License](https://img.shields.io/pypi/l/virtualenv?style=flat-square)](https://opensource.org/licenses/MIT) [![check](https://github.com/pypa/virtualenv/actions/workflows/check.yaml/badge.svg)](https://github.com/pypa/virtualenv/actions/workflows/check.yaml) A tool for creating isolated `virtual` python environments. - [Installation](https://virtualenv.pypa.io/en/latest/how-to/install.html) - [Documentation](https://virtualenv.pypa.io) -... ## AI interpretation — verify before relying Creates isolated Python virtual environments to manage dependencies and Python versions separately from the system installation. Verdict: A production-stable, actively maintained tool from the Python Packaging Authority with zero known vulnerabilities, low install friction, and permissive licensing. Suitable for any project needing isolated Python environments. [View on SkillFed](https://skillfed.io/packages/virtualenv) · [View on PyPI](https://pypi.org/project/virtualenv/)