venv

EcosystemPython 3.3+Beginner

Built-in module for creating lightweight virtual environments

Quick Info

Documentation
Official Docs
Python Version
3.3+
Dependencies
See package documentation
Install
See package documentation

Learn by Difficulty

Quick Example

python
# venv
# Built-in module for creating lightweight virtual environments
#
# Category: Ecosystem
# Related: virtualenv, conda, poetry, pipx, pyenv
print("venv: Built-in module for creating lightweight virtual environments")

venv is part of the Python ecosystem. Built-in module for creating lightweight virtual environments.

Try in Playground

Tags

ecosystemvirtual-environmentisolationstdlib

Related Items