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 \
|
uv venv \
|
||||||
--allow-existing \
|
--allow-existing \
|
||||||
--index-url "${url_pypi}" \
|
--index-url "${url_pypi}" \
|
||||||
|
--python "${2}" \
|
||||||
--relocatable \
|
--relocatable \
|
||||||
--seed \
|
--seed \
|
||||||
"${1}"
|
"${1}"
|
||||||
|
@ -100,7 +101,7 @@ for version in "${@}"; do
|
||||||
py="${root}/${version}"
|
py="${root}/${version}"
|
||||||
remove "${py}"
|
remove "${py}"
|
||||||
uv_python "${py}" "${version}"
|
uv_python "${py}" "${version}"
|
||||||
uv_venv "${py}"
|
uv_venv "${py}" "${version}"
|
||||||
done
|
done
|
||||||
|
|
||||||
deactivate
|
deactivate
|
||||||
|
|
Loading…
Reference in a new issue