venv/python
This commit is contained in:
parent
59b25759c1
commit
9e8b139a81
1 changed files with 2 additions and 1 deletions
3
re.sh
3
re.sh
|
@ -79,6 +79,7 @@ uv_venv() {
|
|||
uv venv \
|
||||
--allow-existing \
|
||||
--index-url "${url_pypi}" \
|
||||
--python "${2}" \
|
||||
--relocatable \
|
||||
--seed \
|
||||
"${1}"
|
||||
|
@ -100,7 +101,7 @@ for version in "${@}"; do
|
|||
py="${root}/${version}"
|
||||
remove "${py}"
|
||||
uv_python "${py}" "${version}"
|
||||
uv_venv "${py}"
|
||||
uv_venv "${py}" "${version}"
|
||||
done
|
||||
|
||||
deactivate
|
||||
|
|
Loading…
Reference in a new issue