fix
This commit is contained in:
parent
17f8310bfb
commit
1824fe3338
1 changed files with 1 additions and 1 deletions
2
re.sh
2
re.sh
|
@ -97,7 +97,7 @@ set \
|
||||||
for version in "${@}"; do
|
for version in "${@}"; do
|
||||||
py="${root}/${version}"
|
py="${root}/${version}"
|
||||||
remove "${py}"
|
remove "${py}"
|
||||||
export UV_PYTHON_INSTALL_DIR="${1}/cpypy"
|
export UV_PYTHON_INSTALL_DIR="${py}/cpypy"
|
||||||
echo "→ install python ${version}"
|
echo "→ install python ${version}"
|
||||||
uv_python "${py}" "${version}"
|
uv_python "${py}" "${version}"
|
||||||
echo "→ create venv ${version}"
|
echo "→ create venv ${version}"
|
||||||
|
|
Loading…
Reference in a new issue