uv venv

Create an isolated Python environment for installing packages. More information: https://docs.astral.sh/uv/reference/cli/#uv-venv.

uv venv

uv venv {{path/to/venv}}

uv venv --python {{3.12}}

uv venv --prompt {{my_project}}

uv venv --allow-existing {{venv_name}}