caches/remove,ls
This commit is contained in:
parent
c08d4a8fb8
commit
9f15391fe2
1 changed files with 4 additions and 0 deletions
4
re.sh
4
re.sh
|
@ -92,6 +92,8 @@ uv_venv() {
|
||||||
"${1}"
|
"${1}"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
caches remove
|
||||||
|
|
||||||
os="${root}/os"
|
os="${root}/os"
|
||||||
remove "${os}"
|
remove "${os}"
|
||||||
python3 -m "venv" "${os}"
|
python3 -m "venv" "${os}"
|
||||||
|
@ -130,3 +132,5 @@ for version in "${@}"; do
|
||||||
done
|
done
|
||||||
list "${py}"
|
list "${py}"
|
||||||
done
|
done
|
||||||
|
|
||||||
|
caches ls
|
||||||
|
|
Loading…
Reference in a new issue