Skip to content
This repository has been archived by the owner on Nov 25, 2023. It is now read-only.

Add RTX_PYENV_REPO env #12

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion bin/utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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)"
}

Expand Down