.venv is a common name for the target directory for python3 -m venv command
.venv
python3 -m venv
virtualenv
venv
.venv/
pip3 install virtualenv
virtualenv --help
Advertising: