rm -rf .venv conda create --yes --prefix \$PWD/.venv/ python=3.11 pip conda activate \$PWD/.venv/ pip install -r requirements.txt