relocatable
This commit is contained in:
parent
d4b83a1bfa
commit
02ebf0d2cd
1 changed files with 1 additions and 1 deletions
2
re.sh
2
re.sh
|
@ -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"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue