mirror of
https://github.com/pyenv/pyenv.git
synced 2024-11-07 20:31:01 -05:00
Change default mirror site to https://pyenv.github.io
This commit is contained in:
parent
98a879bdb0
commit
3d36ee7227
1 changed files with 1 additions and 1 deletions
|
@ -1884,7 +1884,7 @@ else
|
|||
fi
|
||||
|
||||
if [ -z "$PYTHON_BUILD_MIRROR_URL" ]; then
|
||||
PYTHON_BUILD_MIRROR_URL="https://yyuu.github.io/pythons"
|
||||
PYTHON_BUILD_MIRROR_URL="https://pyenv.github.io/pythons"
|
||||
PYTHON_BUILD_DEFAULT_MIRROR=1
|
||||
else
|
||||
PYTHON_BUILD_MIRROR_URL="${PYTHON_BUILD_MIRROR_URL%/}"
|
||||
|
|
Loading…
Reference in a new issue