From d4b83a1bfa091c0f28ca7cd72fff6c8ce462b77a Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Sat, 28 Sep 2024 23:52:50 +0200 Subject: [PATCH] py --- re.sh | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/re.sh b/re.sh index 31fbafc..68deaed 100755 --- a/re.sh +++ b/re.sh @@ -52,9 +52,9 @@ uv_venv() { remove ~/.cache/pip ~/.local/share/uv os="${root}/venv.os" -uv="${root}/venv" +py="${root}/venv" -remove "${os}" "${uv}" +remove "${os}" "${py}" python3 -m "venv" "${os}" activate "${os}" @@ -63,18 +63,18 @@ pip_install --upgrade "pip" pip_install "uv" list "${os}" -uv_python "${uv}" -uv_venv "${uv}" +uv_python "${py}" +uv_venv "${py}" deactivate # remove "${os}" -activate "${uv}" +activate "${py}" -list "${uv}" +list "${py}" pip_install "uv" -list "${uv}" +list "${py}" set \ \ @@ -106,6 +106,6 @@ set \ uv_install "${@}" -ln --symbolic "/rwx/rwx/rwx" "${uv}/lib/python"*"/site-packages/rwx" +ln --symbolic "/rwx/rwx/rwx" "${py}/lib/python"*"/site-packages/rwx" -list "${uv}" +list "${py}"