diff --git a/bin/utils.sh b/bin/utils.sh index fe03869..511654c 100755 --- a/bin/utils.sh +++ b/bin/utils.sh @@ -16,7 +16,7 @@ ensure_python_build_installed() { download_python_build() { echo "Downloading python-build..." >&2 - local pyenv_url="https://github.com/pyenv/pyenv.git" + local pyenv_url="${RTX_PYENV_REPO:-https://github.com/pyenv/pyenv.git}" git clone $pyenv_url "$(pyenv_path)" }