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
- venv documentation
- Install packages in a virtual environment using pip and venv
- Python Virtual Environments: A Primer
Also Mentioned In
Last updated on