Change default mirror site to https://pyenv.github.io

This commit is contained in:
Yamashita, Yuu 2017-03-06 04:27:06 +00:00
parent 98a879bdb0
commit 3d36ee7227

View file

@ -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%/}"