#!/bin/sh
set -e
set -x

which python3
#which virtualenv
which uv

uv sync --frozen
