DOKK / manpages / debian 10 / python3-venv / pyvenv.1.en
PYVENV-3.3(1) User Commands PYVENV-3.3(1)

pyvenv-3.3 - create virtual python environments

usage: venv [-h] [--system-site-packages] [--symlinks] [--clear] [--upgrade]

ENV_DIR [ENV_DIR ...]

Creates virtual Python environments in one or more target directories.

A directory to create the environment in.

show this help message and exit
Give the virtual environment access to the system site-packages dir.
Attempt to symlink rather than copy.
Delete the environment directory if it already exists. If not specified and the directory exists, an error is raised.
Upgrade the environment directory to use this version of Python, assuming Python has been upgraded in-place.
June 2012 pyvenv-3.3 3.3