diff --git a/re.sh b/re.sh index c0a41cf..96be2ae 100755 --- a/re.sh +++ b/re.sh @@ -38,16 +38,16 @@ uv_install() { } uv_python() { echo + export UV_PYTHON_INSTALL_DIR="${1}/cpypy" export UV_PYTHON_INSTALL_MIRROR="${url}/cpypy" uv python install - unset UV_PYTHON_INSTALL_MIRROR - mkdir --parents "${1}/cpypy" - mv ~/.local/share/uv/python/* "${1}/cpypy" + unset \ + UV_PYTHON_INSTALL_DIR \ + UV_PYTHON_INSTALL_MIRROR } uv_venv() { echo uv venv \ - --allow-existing \ --index-url "${url_pypi}" \ --relocatable \ --seed \