venv

venv is a component of the Python Standard Library that supports creating virtual environments. A virtual environment is a self-contained directory tree for isolating dependencies for Python projects.

venv is distinct from the third party library virtualenv, which is also used to create virtual environments.

Learn More

Last updated on

Please submit corrections and feedback...