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}"
|
||||
}
|
||||
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue