root
This commit is contained in:
parent
d7765033ce
commit
d4b8d62d41
1 changed files with 2 additions and 2 deletions
4
re.sh
4
re.sh
|
@ -114,8 +114,9 @@ venvs() {
|
||||||
|
|
||||||
caches remove
|
caches remove
|
||||||
|
|
||||||
|
remove "${root}"
|
||||||
|
|
||||||
os="${root}/os"
|
os="${root}/os"
|
||||||
remove "${os}"
|
|
||||||
python3 -m "venv" "${os}"
|
python3 -m "venv" "${os}"
|
||||||
activate "${os}"
|
activate "${os}"
|
||||||
list_venv "${os}"
|
list_venv "${os}"
|
||||||
|
@ -125,7 +126,6 @@ list_venv "${os}"
|
||||||
|
|
||||||
for version in "${@}"; do
|
for version in "${@}"; do
|
||||||
py="${root}/${version}"
|
py="${root}/${version}"
|
||||||
remove "${py}"
|
|
||||||
export UV_PYTHON_INSTALL_DIR="${py}/cpypy"
|
export UV_PYTHON_INSTALL_DIR="${py}/cpypy"
|
||||||
echo "→ install python ${version}"
|
echo "→ install python ${version}"
|
||||||
uv_python "${py}" "${version}"
|
uv_python "${py}" "${version}"
|
||||||
|
|
Loading…
Reference in a new issue