# venv

Published 2025-03-20

Good for creating virtual environments when you want to install a nightmare of python tools/dependencies but don't want it to jack up your normal user account installs.

# Install pre-reqs

sudo apt install python3.11-venv