diff --git a/re.sh b/re.sh index 31aa2fd..1ff6d33 100755 --- a/re.sh +++ b/re.sh @@ -92,6 +92,8 @@ uv_venv() { "${1}" } +caches remove + os="${root}/os" remove "${os}" python3 -m "venv" "${os}" @@ -130,3 +132,5 @@ for version in "${@}"; do done list "${py}" done + +caches ls