relocatable

This commit is contained in:
Marc Beninca 2024-09-28 23:58:18 +02:00
parent d4b83a1bfa
commit 02ebf0d2cd
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

2
re.sh
View file

@ -45,7 +45,7 @@ uv_python() {
} }
uv_venv() { uv_venv() {
echo echo
uv venv --index-url "${url_pypi}" --seed "${1}" uv venv --index-url "${url_pypi}" --relocatable --seed "${1}"
#--cache-dir "${1}/cpypy" #--cache-dir "${1}/cpypy"
} }