tools // 2026-01-05 // ID: REF-Python-venv

Python-venv


Python-venv

Type: Library
Language: Python

Python-venv Creation of lightweight 'virtual environments' for Python.

Official Resources

Installation

Primary Method

sudo apt install python3-venv
# Usage:
python3 -m venv myenv

Basic Usage

python-venv --help