Skip to content

Commit bc425b5

Browse files
authored
update pyenv url
1 parent 95fab99 commit bc425b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python-install

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ if [ ! -d ./var/python-build ]; then
2727
set -e
2828
mkdir -p var
2929
cd var
30-
git clone -q https://github.com/yyuu/pyenv.git pyenv-repo
30+
git clone -q https://github.com/pyenv/pyenv.git pyenv-repo
3131
cd pyenv-repo/plugins/python-build
3232
PREFIX="$XBUILD_PATH"/var/python-build ./install.sh >/dev/null 2>&1
3333
)

0 commit comments

Comments
 (0)