virtualenv

E426695

virtualenv is a widely used Python tool that creates isolated environments to manage project-specific dependencies and avoid conflicts between packages.

All labels observed (1)

Label Occurrences
virtualenv canonical 3

How this entity was disambiguated

Statements (44)

Predicate Object
instanceOf Python software tool
command-line tool
free and open-source software
category Python development tool
software build and dependency management tool
compatibleWith Unix-like operating systems
Windows NERFINISHED
macOS NERFINISHED
configuration command-line options
distribution Python Package Index NERFINISHED
documentation online documentation on Read the Docs or similar hosting
feature ability to pin dependencies per project
environment-specific Python binaries
no need for administrator privileges to install packages
separate site-packages directory per environment
hasCommand virtualenv NERFINISHED
implements Python virtual environments
influenced design of Python venv module
installCommand pip install virtualenv
license MIT License
maintains per-environment PATH modifications
primaryLanguage Python NERFINISHED
purpose avoid conflicts between Python packages
create isolated Python environments
manage project-specific dependencies
relatedTo pip
pipenv NERFINISHED
poetry (Python tool) NERFINISHED
venv
repositoryHosting GitHub NERFINISHED
requires Python interpreter installed on system
supports creation of isolated site-packages directories
custom environment locations
different Python interpreter versions per environment
per-project dependency management
typicalUsage source venv/bin/activate
venv\Scripts\activate on Windows
virtualenv venv
usedBy Python developers
usedFor isolating development environments
reproducible Python project setups
testing packages against multiple dependency sets
usedWith Python 2 NERFINISHED
Python 3 NERFINISHED

How these facts were elicited

Referenced by (3)

Full triples — surface form annotated when it differs from this entity's canonical label.

setuptools relatedTo virtualenv
Pipenv integratesWith virtualenv