diff --git a/re.sh b/re.sh index d89a031..698e810 100755 --- a/re.sh +++ b/re.sh @@ -106,6 +106,8 @@ venvs() { "3.10" for version in "${@}"; do venv="${root}/${version}" + echo + echo "${venv} ← ${action}" case "${action}" in "create") export UV_PYTHON_INSTALL_DIR="${venv}/cpypy"